How to enable a Feature depending on a condition? #9102
Unanswered
ChristianSauer
asked this question in
Questions
Replies: 1 comment
-
At quick glance, everything seems okay. Maybe there are other hints in the log file? Also, using "True" and "False" is harder than using presence or lack of presence (aka: no value) of the property. It's probably something silly but subtle. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I want to enable a Feature depending on a condition, but I am unable to do so - it seems to evaluate something, but I am not sure what.
It currently looks like this:
The idea here is that the custom action CheckIsVte runs at the beginning and checks if certain conditions are met, if so FORCE_INSTALL_TDGF is set to true - otherwise false. But the
Level
seems to evaluate to False.I can see in the MSI logs:
How can I do this`or it's a bad idea in the first place
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions