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:
] 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
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
3 matches
Mail list logo