-
Using wixtoolset version 4.0.0-rc.2 and Heatwave in VS2022 17.4.4 I created an Msi Project with name MyPackage and a Bundle Project which references the msi project. I added a condition to Bundle.wxs:
The build generates the following error:
Any idea why the inner text for the condition is considered empty or whitespace? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Use the |
Beta Was this translation helpful? Give feedback.
-
Thanks, this is working. The docs still say that
However, it indicates that Condition is an attribute. I have overlooked that. |
Beta Was this translation helpful? Give feedback.
Use the
Condition
attribute: https://wixtoolset.org/docs/reference/schema/bal/condition/