[PATCH] wine.inf: Change Msi.Package actions to have the full msiexec path. (try 2)

Alexandre Julliard julliard at winehq.org
Thu Jul 31 05:11:54 CDT 2008


"Lei Zhang" <thestig at google.com> writes:

> @@ -143,9 +143,9 @@ HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
>  HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
>  HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
>  HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
> -HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i ""%1"""
> -HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f ""%1"""
> -HKCR,Msi.Package\shell\Uninstall\command,,2,"msiexec /x ""%1"""
> +HKCR,Msi.Package\shell\Open\command,,0x20000,"""%SystemRoot%\System32\msiexec.exe"" /i ""%1"" %*"
> +HKCR,Msi.Package\shell\Repair\command,,0x20000,"""%SystemRoot%\System32\msiexec.exe"" /f ""%1"" %*"
> +HKCR,Msi.Package\shell\Uninstall\command,,0x20000,"""%SystemRoot%\System32\msiexec.exe"" /x ""%1"" %*"

You should be using %11% instead of hardcoding system32, but it
shouldn't make any difference either way. Why do you need to change
this?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list