I'm using WixSharp
to build an installer.
Using Major Upgrade
element works as excepted(upgrade and downgrade)
I don't want multiple instances to be installed.
I've copy msi file in two location in the PC,
so I have two files: a.msi and b.msi with same version and upgrade code and different ProductId
installing a.msi works as excepted(open gui with remove option)
installing b.msi didn't work as excepted(install the product instead of saying that this is installed)
In Add/Remove programs I have two entries with same version. How can I to disable it?