WiX v4 equivalent of v3 Condition Element #7483
-
I've been reading along in the WiX tutorial (based on WiX v3) to help me create a Wix v4 project for my application. I would like my installer to be able to check that the appropriate version of the .NET Framework is installed on the target, as described in the tutorial here. In the tutorial, they make use of a Condition element within a Product element:
In WiX v4, it seems the Condition element is no longer a valid element in the Wxs schema. I've found a few bits of information, but I'm having trouble piecing them together into how I would replicate this behavior in WiX v4:
Thanks in advance for any help, I'm very much new to WiX. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
You want https://wixtoolset.org/docs/schema/wxs/launch/.