[ros-diffs] [janderwald] 37292: - Pass the full path of msiexec executable

janderwald at svn.reactos.org janderwald at svn.reactos.org
Tue Nov 11 22:26:45 CET 2008


Author: janderwald
Date: Tue Nov 11 15:26:44 2008
New Revision: 37292

URL: http://svn.reactos.org/svn/reactos?rev=37292&view=rev
Log:
- Pass the full path of msiexec executable

Modified:
    trunk/reactos/boot/bootdata/hivecls_arm.inf
    trunk/reactos/boot/bootdata/hivecls_i386.inf

Modified: trunk/reactos/boot/bootdata/hivecls_arm.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls_arm.inf?rev=37292&r1=37291&r2=37292&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls_arm.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls_arm.inf [iso-8859-1] Tue Nov 11 15:26:44 2008
@@ -211,9 +211,9 @@
 ; MSI files
 HKCR,".msi","",0x00000000,"MSI.Package"
 HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
-HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec /i ""%1"""
-HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec /f ""%1"""
-HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec /x ""%1"""
+HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
+HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
+HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
 
 HKCR,".pif","",0x00000000,"piffile"
 

Modified: trunk/reactos/boot/bootdata/hivecls_i386.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls_i386.inf?rev=37292&r1=37291&r2=37292&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls_i386.inf [iso-8859-1] Tue Nov 11 15:26:44 2008
@@ -211,9 +211,9 @@
 ; MSI files
 HKCR,".msi","",0x00000000,"MSI.Package"
 HKCR,"Msi.Package\DefaultIcon","",0x00000000,"msiexec.exe"
-HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec /i ""%1"""
-HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec /f ""%1"""
-HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec /x ""%1"""
+HKCR,"Msi.Package\shell\Open\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /i ""%1"""
+HKCR,"Msi.Package\shell\Repair\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /f ""%1"""
+HKCR,"Msi.Package\shell\Uninstall\command","",0x00020000,"%SystemRoot%\system32\msiexec.exe /x ""%1"""
 
 HKCR,".pif","",0x00000000,"piffile"
 



More information about the Ros-diffs mailing list