Hello,
Advanced Installer uses the version number to be able to determine if it can perform an upgrade.
Please note this is the Windows Installer standard behaviour. Windows Installer will upgrade the old installed version if the new one has a different
ProductCode and a higher
ProductVersion. Of course, a set of different versions of your application will have the same
UpgradeCode.
But is there a way for it to do the same operation regardless of version?
In order to overcome the above limitation, please follow these steps:
- Go to the Upgrades page and enable the Customize Advanced Installer upgrade rules option;
- Double-click on the Advanced Installer rule that is related to the [OLDPRODUCTS] property;
- In the Product Info tab, enable the Include maximum version in range;
- In the Max.Version: field, please use the following version: 255.255.6555.6555;
Please note that you may need to generate manually a new
ProductCode in the
Product IDs Tab from the
Product Details page.
Please let me know if you have other questions.
Best regards,
Dan