I am developing installer for a Application Suite using WIX, and the structure is
follows:
Application Core
|_ _ Flavor1
|_ _ Flavor2
|_ _ Flavor3
Application Core is a product like Visual Studio and, Flavors 1,2,3 are sub products under it.
Here is my problem,
- In Add remove programs should have 4 entries for Application Core, Flavor1, Flavor2 and, Flavor3.
- I should be able to relaunch installer for Add/remove Flavor1, Flavor2 and Flavor3.