You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing: "tools/WiX.Toolset/tools/wix/candle.exe" -arch x86 -dProductName=Amazing Product Name "app.wxs"
candle.exe : error CNDL0103 : The system cannot find the file 'Product' with type'Source'.
The text was updated successfully, but these errors were encountered:
galpin
added a commit
to galpin/cake
that referenced
this issue
Jul 28, 2016
What You Are Seeing?
WiX candle fails when a define is added that includes a space in the value because the command line runner does not enclose the value in quotations.
What is Expected?
The command line arguments should enclose define values in quotes.
What version of Cake are you using?
0.15.0
Are you running on a 32 or 64 bit system?
64-bit
What environment are you running on? Windows? Linux? Mac?
Windows
Are you running on a CI Server? If so, which one?
No
How Did You Get This To Happen? (Steps to Reproduce)
Output Log
The text was updated successfully, but these errors were encountered: