Commit 1a65db60 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

wine.inf: Quote %1 for Msi.Package shell actions per native.

parent 9be151c2
......@@ -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\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,,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,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment