Austin English : wine.inf: Fix quoting for msiexec commands.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Aug 5 18:03:07 CDT 2014


Module: wine
Branch: master
Commit: 8bf602630844de72809912c697d3f6005303f719
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8bf602630844de72809912c697d3f6005303f719

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Aug  5 14:04:50 2014 -0700

wine.inf: Fix quoting for msiexec commands.

---

 loader/wine.inf.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 127c67c..42a750e 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -204,12 +204,12 @@ HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},
 HKCR,MediaFoundation,,16
 HKCR,Msi.Package,,2,"Windows Installer Package"
 HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
-HKCR,Msi.Package\shell\Open\command,,2,'%11%\msiexec.exe /i ""%1""'
-HKCR,Msi.Package\shell\Repair\command,,2,'%11%\msiexec.exe /f ""%1""'
-HKCR,Msi.Package\shell\Uninstall\command,,2,'%11%\msiexec.exe /x ""%1""'
+HKCR,Msi.Package\shell\Open\command,,2,"%11%\msiexec.exe /i ""%1"""
+HKCR,Msi.Package\shell\Repair\command,,2,"%11%\msiexec.exe /f ""%1"""
+HKCR,Msi.Package\shell\Uninstall\command,,2,"%11%\msiexec.exe /x ""%1"""
 HKCR,Msi.Patch,,2,"Windows Installer Patch"
 HKCR,Msi.Patch\DefaultIcon,,2,"msiexec.exe"
-HKCR,Msi.Patch\shell\Open\command,,2,'%11%\msiexec.exe /p ""%1""'
+HKCR,Msi.Patch\shell\Open\command,,2,"%11%\msiexec.exe /p ""%1"""
 HKCR,rtffile,,2,"Rich Text Document"
 HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
 HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"




More information about the wine-cvs mailing list