From dfaabdfc976177f8da726038dca6ce8bcad4d544 Mon Sep 17 00:00:00 2001 From: Hannu Valtonen Date: Mon, 11 Apr 2005 12:57:26 +0000 Subject: [PATCH] Run msi files with msiexec. Change Control Panel\Desktop to correct case. --- tools/wine.inf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index 6d954f0be4f..14f6e837d3b 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -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" -- 2.11.4.GIT