Re: [WiX-users] Uninstall 'Lite' and/or 'Pro' version with RelatedBundle property

2015-01-21 Thread Aeon
Ok I came across the method you prefer to chain several MSI packages. But, what I have now is 2 bundles (let's say Light and Pro) with their own MSI packages. I want the Pro version to uninstall the Light, and vice versa. With RelatedBundle you can detect if they are related but only the version

[WiX-users] Uninstall 'Lite' and/or 'Pro' version with RelatedBundle property

2015-01-21 Thread Aeon
Hi, I want to have 2 different installers of a program, let's say lite and pro, like this: http://stackoverflow.com/questions/16429687/how-to-make-a-wix-burn-bundle-that-upgrade-a-lite-version-of-my-product Both have different versions and both have to uninstall each other. Now when I search a