mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 21:48:19 +00:00
- Pass the full path of msiexec executable
svn path=/trunk/; revision=37292
This commit is contained in:
parent
ff625d5d2e
commit
ec4c2d1df2
2 changed files with 6 additions and 6 deletions
|
@ -211,9 +211,9 @@ HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.e
|
||||||
; MSI files
|
; MSI files
|
||||||
HKCR,".msi","",0x00000000,"MSI.Package"
|
HKCR,".msi","",0x00000000,"MSI.Package"
|
||||||
HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
|
HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
|
||||||
HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec /i ""%1"""
|
HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
|
||||||
HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec /f ""%1"""
|
HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
|
||||||
HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec /x ""%1"""
|
HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
|
||||||
|
|
||||||
HKCR,".pif","",0x00000000,"piffile"
|
HKCR,".pif","",0x00000000,"piffile"
|
||||||
|
|
||||||
|
|
|
@ -211,9 +211,9 @@ HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.e
|
||||||
; MSI files
|
; MSI files
|
||||||
HKCR,".msi","",0x00000000,"MSI.Package"
|
HKCR,".msi","",0x00000000,"MSI.Package"
|
||||||
HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
|
HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
|
||||||
HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec /i ""%1"""
|
HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
|
||||||
HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec /f ""%1"""
|
HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
|
||||||
HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec /x ""%1"""
|
HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
|
||||||
|
|
||||||
HKCR,".pif","",0x00000000,"piffile"
|
HKCR,".pif","",0x00000000,"piffile"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue