craighol
09-16-2009, 10:40 AM
For the WiX action, on the Linker page in the additional options field, VBP removes leading and trailing quotes.
For example, this:
"a b" "c d"
becomes this:
a b" "c d
I've verified this with 6.7a and 7.2. Adding leading and trailing whitespace will work around this.
Is there a reason for this behavior?
For example, this:
"a b" "c d"
becomes this:
a b" "c d
I've verified this with 6.7a and 7.2. Adding leading and trailing whitespace will work around this.
Is there a reason for this behavior?