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
You can use Wix XML to author MSI package project(s) or a Bundle
(bootstrapper) project, but you do not have to author a bootstrapper.
http://wixtoolset.org/documentation/manual/v3/bundle/
A Bundle includes a "Bootstraper Application" (BA) which is processed by the
Wix Burn engine. The event hand
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
3 matches
Mail list logo