-
Hi all, Is there a way to set a MSI's features, when not using WixInternalUIBootstrapperApplication (Bal extension)? I've tried an example based on the layout here but the underlying MSI package always assumes a Typical instead of a Complete or Custom install. According to the options of MsiPackage,
but I can't seem to achieve the bit marked in bold. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Use the element under to pass in properties. Or maybe something like this: https://stackoverflow.com/a/70429470/623561 IMHO the "modern" way to do features if you're using burn (aka bundle) is to have a MSI per feature. Then create a bundle BA to control which MSI packages get installed. |
Beta Was this translation helpful? Give feedback.
That's not the case. There is no stock BA that offers feature trees. That does require a custom BA.