WiX 6.0.2, pass ADDLOCAL to MsiPackage
## Summary A WiX bundle using `MsiPackage` was unable to pass `ADDLOCAL` parameters to configure features in a third-party MSI during installation. Burn (WiX’s bootstrapper engine) prohibits setting MSI properties like `ADDLOCAL` directly due to internal control requirements. The **correct approach uses MST transforms** instead of `MsiProperty` to define feature selections. ## Root Cause – … Read more