Aric Stewart <aric(a)codeweavers.com>
- The values are quoted and spaces added, so having spaces in the
properties results in spaces in the values which is incorrect.
Modified: trunk/reactos/subsys/system/msiexec/msiexec.c
_____
Modified: trunk/reactos/subsys/system/msiexec/msiexec.c
--- trunk/reactos/subsys/system/msiexec/msiexec.c 2005-03-15
21:44:42 UTC (rev 14106)
+++ trunk/reactos/subsys/system/msiexec/msiexec.c 2005-03-15
21:46:14 UTC (rev 14107)
@@ -67,9 +67,9 @@
"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','\\',