Run msi files with msiexec.

Change Control Panel\Desktop to correct case.
This commit is contained in:
Hannu Valtonen 2005-04-11 12:57:26 +00:00 committed by Alexandre Julliard
parent f3c99197ac
commit dfaabdfc97

View 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"