The values are quoted and spaces added, so having spaces in the
authorAric Stewart <aric@codeweavers.com>
Mon, 21 Feb 2005 18:29:21 +0000 (18:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Feb 2005 18:29:21 +0000 (18:29 +0000)
properties results in spaces in the values which is incorrect.

programs/msiexec/msiexec.c

index 5c0054ba982d46e7107235d96ade0de06d241f55..fbd51e8f088a3c31a3ac8aaaa58e7f5516cee0e0 100644 (file)
@@ -67,9 +67,9 @@ static const char UsageStr[] =
 "Copyright 2004 Vincent B�ron\n";
 
 static const WCHAR ActionAdmin[] = {
-   'A','C','T','I','O','N','=','A','D','M','I','N',' ',0 };
+   'A','C','T','I','O','N','=','A','D','M','I','N',0 };
 static const WCHAR RemoveAll[] = {
-   'R','E','M','O','V','E','=','A','L','L',' ',0 };
+   'R','E','M','O','V','E','=','A','L','L',0 };
 
 static const WCHAR InstallRunOnce[] = {
    'S','o','f','t','w','a','r','e','\\',