Commit 8f19b1f9 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

The values are quoted and spaces added, so having spaces in the

properties results in spaces in the values which is incorrect.
parent a57c3913
......@@ -67,9 +67,9 @@ static const char UsageStr[] =
"Copyright 2004 Vincent Bron\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','\\',
......
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