wine.inf: Add cplfile (control panel applet) association.

This commit is contained in:
Owen Rudge 2008-06-23 18:53:48 +01:00 committed by Alexandre Julliard
parent 03a4b8d4b0
commit 49d5c7fbe4
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Control="System\CurrentControlSet\Control"
[Classes]
HKCR,.avi,"Content Type",2,"video/avi"
HKCR,.chm,,2,"chm.file"
HKCR,.cpl,,2,"cplfile"
HKCR,.dll,"Content Type",2,"application/x-msdownload"
HKCR,.exe,,2,"exefile"
HKCR,.exe,"Content Type",2,"application/x-msdownload"
@ -119,6 +120,8 @@ HKCR,.xml,,2,"xmlfile"
HKCR,.xml,"Content Type",2,"text/xml"
HKCR,.xsl,"Content Type",2,"text/xsl"
HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
HKCR,exefile\DefaultIcon,,2,"%1"
HKCR,exefile\shell\open\command,,2,"""%1"" %*"
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"