wine.inf: Add cplfile (control panel applet) association.
authorOwen Rudge <owen@owenrudge.net>
Mon, 23 Jun 2008 17:53:48 +0000 (18:53 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jun 2008 09:57:48 +0000 (11:57 +0200)
tools/wine.inf.in

index 38c48d51cf39754121bec341ccaf93f6ba5df454..8dfc0d5ea4fc7f18c8bf90873fff577869b94395 100644 (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)]"