Reputation: 1758
In our current project, we have a product consisting of 3 modules. We would like to deliver only one installer, which will allow the user to select which module(s) to (un)install.
I've got 2 plans:
What are your suggestions?
Upvotes: 1
Views: 73
Reputation: 8850
I would recommend using single installer with few Features (take a look here and to the WIX documentation to read about Features, components and how to organize them). Every Feature can be installed, or removed separately in the "Change" mode of installation. You should use FeatureTree dialog set or another set that contains feature selection dialog
Upvotes: 3