Misha Koshelev : wine.inf: Quote %1 for Msi. Package shell actions per native.
Module: wine Branch: master Commit: 1a65db6076b121e23bcef802e876a1061e8ce46f URL: http://source.winehq.org/git/wine.git/?a=commit;h=1a65db6076b121e23bcef802e8... Author: Misha Koshelev <mk144210(a)bcm.edu> Date: Sat Jun 16 16:00:40 2007 -0500 wine.inf: Quote %1 for Msi.Package shell actions per native. --- tools/wine.inf | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index 2440c59..01bf848 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -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"
participants (1)
-
Alexandre Julliard