I have created a MSI for MyApp a while a go. Everything went okay and a lot of users have it installed.
Now there is some code changed in a few files, so I want to create a new MSI that can upgrade my initial version and also can install normally, when an old version has not been installed yet.
Like told in the manual, I took my MyApp_v1 project, made changes to the replace some files with the new ones and changed the product version to from 1.0 to 1.0.1. Choose for automatic upgrade old versions and deinstall old versions first.
After installing the new build MSI, I can see the newer files are installed. But in the Uninstall Hive there are now two versions mentioned.
Upgrade code for both MSI's is the same, productcode is changed. In the registry I see both versions as installed (with the two different productcodes) in the UnInstall section.
Now deinstalling the new build MSI leaves me with the old one.
What have I done wrong ?
Using AI 9.3 pro edition.
Thanx for your help