-
QuestionWe need to capture serial numbers from users during bundle installation and automatically flow this value down into MSI packages. Currently, the typical WiX approach is to define MsiProperty on each inside the bundle. Our goal is to automate this information passing in our custom bootstrapper (via the SDK), so that bundle authors don’t need to modify their bundles. Is there a way to automate the property flow from the bootstrapper to the MSI using the SDK itself, so that no explicit MsiProperty definitions are required in each bundle? Thanks in advance Open Source Maintenance Fee
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have implemented a change in the custom compiler to automatically add the required MSIProperty whenever serial numbers are configured in the setup. With this update, setup builders no longer need to manually define the property under MSIPackages |
Beta Was this translation helpful? Give feedback.
We have implemented a change in the custom compiler to automatically add the required MSIProperty whenever serial numbers are configured in the setup. With this update, setup builders no longer need to manually define the property under MSIPackages