wine.inf: Add cplfile (control panel applet) association.
This commit is contained in:
parent
03a4b8d4b0
commit
49d5c7fbe4
|
@ -96,6 +96,7 @@ Control="System\CurrentControlSet\Control"
|
||||||
[Classes]
|
[Classes]
|
||||||
HKCR,.avi,"Content Type",2,"video/avi"
|
HKCR,.avi,"Content Type",2,"video/avi"
|
||||||
HKCR,.chm,,2,"chm.file"
|
HKCR,.chm,,2,"chm.file"
|
||||||
|
HKCR,.cpl,,2,"cplfile"
|
||||||
HKCR,.dll,"Content Type",2,"application/x-msdownload"
|
HKCR,.dll,"Content Type",2,"application/x-msdownload"
|
||||||
HKCR,.exe,,2,"exefile"
|
HKCR,.exe,,2,"exefile"
|
||||||
HKCR,.exe,"Content Type",2,"application/x-msdownload"
|
HKCR,.exe,"Content Type",2,"application/x-msdownload"
|
||||||
|
@ -119,6 +120,8 @@ HKCR,.xml,,2,"xmlfile"
|
||||||
HKCR,.xml,"Content Type",2,"text/xml"
|
HKCR,.xml,"Content Type",2,"text/xml"
|
||||||
HKCR,.xsl,"Content Type",2,"text/xsl"
|
HKCR,.xsl,"Content Type",2,"text/xsl"
|
||||||
HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
|
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\DefaultIcon,,2,"%1"
|
||||||
HKCR,exefile\shell\open\command,,2,"""%1"" %*"
|
HKCR,exefile\shell\open\command,,2,"""%1"" %*"
|
||||||
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
|
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
|
||||||
|
|
Loading…
Reference in New Issue