We have moved from InstallShield LE 2010 to WiX.
Our new WiX installer is able to uninstall previous WiX msi packages, but it does not detect the previous version of our software installed from the IS msi.
What steps should we take to make our WiX msi installer to detect the previous IS installations and uninstall them automatically?
In theory you will just need to make sure that the UpgradeCode on your product tag in wix is the same as the one in your InstallShield installer and the version number is greater in the wix project.
How you get that out of your InstallShield project that I don't know as I've never used InstallShield.