Just to start I'm fairly new to wix. I am currently using version 3.0 with the Votive Visual Studio plug in.
I know the upgrade code of an existing software package. I need to be able to detect the installation of this existing program using the particular upgrade code and halt the installation if the version of this program (the one I am trying to detect) is equal to or less than 1.3.0.0.
Any help would be greatly appreciated.
Populate the UpgradeTable with the versions you want to detect for and assign it to a property:
Then use the property in the Launch Condition:
For more details:
http://neilsleightholm.blogspot.com/2009/01/launchconditions-findrelatedproducts.html