wine.inf: Quote %1 for Msi.Package shell actions per native.
This commit is contained in:
parent
9be151c2e9
commit
1a65db6076
|
@ -129,9 +129,9 @@ HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
|
||||||
HKCR,lnkfile\shellex\IconHandler,,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,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
|
||||||
HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
|
HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
|
||||||
HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i %1"
|
HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i ""%1"""
|
||||||
HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f %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\Uninstall\command,,2,"msiexec /x ""%1"""
|
||||||
HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
|
HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
|
||||||
HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
|
HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
|
||||||
HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
|
HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
|
||||||
|
|
Loading…
Reference in New Issue