installer - How can I uninstall a MSI but not the Bundle itself using WiX MBA? -


my requirements:

i have few msi files need installed. user can select 1 wants install/uninstall. purpose have used wix bootstrapper have used wpf ui list down msi , few buttons intstall/upgrade/uninstall

till able install selected msi using installcondition not manage uninstall. if uninstall of msi, bundle getting uninstalled. hence not showing in add/remove program.

so know if there way allow uninstall of individual msi not bundle itself?

i'm guessing bundle getting uninstalled because using engine.plan(launchaction.uninstall). if use different action install or modify, shouldn't removed.

to control install state of individual msi packages, think can set in callback planpackagebegin.


Comments