WixStandardBootstrapperApplication overridable variables not working? #8764
Unanswered
martinh2011
asked this question in
Questions
Replies: 1 comment 1 reply
-
The variable has to be in burn and marked as Overridable. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a bundle using WixStandardBootstrapperApplication (wix toolset v5) which defines a variable like this:
When I run the bundle with
bundlesetup.exe Foo=test
I get
Ignoring attempt to set non-overridable variable: 'Foo'.
in the log.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions