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
Hello Kevin I have been able to do a similar thing with no problem. I expand out the command arguments using custom actions and then pass one property through to the ExecCommand This does allow you to see what is happening quite well in the log. My approach: