Re: [WiX-users] Problem with quotes in CustomAction

2011-05-13 Thread Tyler Walters
We had this problem too. My fix was to put a backslash before the ending double quote. I think it has something to do with the backslash at the end of the property since it is a path property. i.e. ExeCommand="[MYDIR1]\""[MYDIR2]\" ... On Thu, May 12, 2011 at 4:39 PM, Kevin MacDonald wrote:

Re: [WiX-users] Problem with quotes in CustomAction

2011-05-12 Thread Michael Osmond
] Problem with quotes in CustomAction I seem to have hit a bug with quotes in CustomAction. Note the variations below. Either of these should work. However, when the command line parameters are expanded out the [MYDIR2] path winds up with no quote in front of it, which presumably causes

[WiX-users] Problem with quotes in CustomAction

2011-05-12 Thread Kevin MacDonald
I seem to have hit a bug with quotes in CustomAction. Note the variations below. Either of these should work. However, when the command line parameters are expanded out the [MYDIR2] path winds up with no quote in front of it, which presumably causes the call to the executable to fail. I