Commit 49d5c7fb authored by Owen Rudge's avatar Owen Rudge Committed by Alexandre Julliard

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

parent 03a4b8d4
...@@ -96,6 +96,7 @@ Control="System\CurrentControlSet\Control" ...@@ -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" ...@@ -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)]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment