Run msi files with msiexec.
authorHannu Valtonen <Hannu.Valtonen@hut.fi>
Mon, 11 Apr 2005 12:57:26 +0000 (12:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Apr 2005 12:57:26 +0000 (12:57 +0000)
Change Control Panel\Desktop to correct case.

tools/wine.inf

index 6d954f0be4f59d11726e40e7e886e85304c0b339..14f6e837d3b3cc8023e47d6ed13e0958947d0b2a 100644 (file)
@@ -46,8 +46,8 @@ AddReg=\
 [Strings]
 MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
 Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
-Desktop="Control Panel\desktop"
-Metrics="Control Panel\desktop\WindowMetrics"
+Desktop="Control Panel\Desktop"
+Metrics="Control Panel\Desktop\WindowMetrics"
 CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
 FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
 
@@ -68,6 +68,7 @@ HKCR,.jfif,"Content Type",,"image/jpeg"
 HKCR,.jpe,"Content Type",,"image/jpeg"
 HKCR,.jpeg,"Content Type",,"image/jpeg"
 HKCR,.jpg,"Content Type",,"image/jpeg"
+HKCR,.msi,,,"Msi.Package" 
 HKCR,.png,"Content Type",,"image/png"
 HKCR,.tif,"Content Type",,"image/tiff"
 HKCR,.tiff,"Content Type",,"image/tiff"
@@ -82,6 +83,10 @@ HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
 HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
 HKCR,folder\shell\open\ddeexec\application,,,"Folders"
 HKCR,htmlfile\shell\open\command,,,"winebrowser %1"
+HKCR,Msi.Package\DefaultIcon,,,"msiexec.exe"
+HKCR,Msi.Package\shell\Open\command,,,"msiexec /i %1"
+HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"
+HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
 HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
 HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
 HKCR,http\shell\open\command,,,"winebrowser %1"