Replies: 1 comment 2 replies
-
I use this same method to preset features as I start my MSI install from the boostrapper. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have to install two MSI packages. One MSI is for x86 and the other for
x64. I authored a bundle with a custom UI that contains a checkbox cb1.
With the following chain, cb1 controls the feature set of the x86 MSI to
be installed. If cb1 is not checked, the ProductFeature shall be
installed. If cb1 is checked, all features shall be installed.
This worked with WiX 3.x, but the migration to WiX 4 fails with the error:
The 'ADDLOCAL' MsiProperty is controlled by the
bootstrapper and cannot be authored.
How can I control the feature set for a MsiPackage in WiX 4?
Beta Was this translation helpful? Give feedback.
All reactions