"Lei Zhang" <thestig(a)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(a)winehq.org