New to InstallShield, I've built a setup project and used the setup file to deploy my app.
Now I need to update the app, here is what I've done:
Increment product version (I tried major minor and build).
generate new upgrade code.
build the setup project.
The installer refuses to install the app because "Another version of this product is already installed...".
How can I get InstallSheild to remove that other version? Thank you