0
votes

If you have a burn bundle that uses the built-in WiX Bootstrappre UI and this bundle contains many MSI packages. Is it possible to silence the Bootstrapper UI on uninstall and only display the UI of one the MSI packages?

1
An installed package is referenced by one or more bundles managed by burn. What would be shown if that MSI wasn't due to be removed? Also, see this question about MSI uninstall UIs.Tom Blodget

1 Answers

0
votes

To do this, you need to create your own Managed Bootstrapper Application (MBA).

I recommend reading this book by Nick Ramirez. There is a great chapter that explains exactly how to do this and the source code that comes with this book can easily be modified to suit your needs.

There is also a good blog by Bryan Johnston that might be enough to get you on your way.