-
I used HeatWave and Updated my Wix v3 project to Wix v4, but I am getting these errors for this Code; I checked this Question but I still cannot figure it out.
Error WIX0400 The Condition element contains illegal inner text: 'Installed OR (VersionNT >= v6.3)'. AND Similarly
Error WIX0400 The Condition element contains illegal inner text: 'Installed OR (CBNumber >= 1703)'. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Move the inner text without the CDATA into a |
Beta Was this translation helpful? Give feedback.
Move the inner text without the CDATA into a
Condition
attribute. (The converter missed that change.)