We've got a a quite simple WinForms application. I've created an installation using InstallShield LE which works fine on the first install. I'd like that users will be able to run the installation also for updating an existing copy. The problem is that I can't figure out what is the right way to create this update package. I've tried:
Changing the Product Code - the installation works but a new entry is being created in Add/Remove programs and the old entry is not removed.
Keeping the Product Code - Windows installer shouts: "another version of this product is already installed"
Tried to play with other codes (Upgrade Code / Product Version) - doesn't help
Is there any easy way to create this? Maybe something to tell the installer to remove its previous version if exist?
In your InstallShield setup project, you should do the following: