This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- create overwrite installer?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 09, 2008
08:28 PM
create overwrite installer?
I am creating a single .msi installer. If the .msi file is run when the program is already installed, a message box is displayed, prompting the user to uninstall a previous version. What I would like to do is automatically overwrite the existing version with an updated version of the software.
Is this as simple as selecting a checkbox somewhere in the installer to enable this?
Regards,
Don Metzler
Is this as simple as selecting a checkbox somewhere in the installer to enable this?
Regards,
Don Metzler
(1) Reply
May 10, 2008
09:24 PM
It sounds like you want your new installer to Upgrade the old version.
You probably want to author an entry in the Upgrade table using the Upgrade Code from the old version. In that same entry, you can set it up so that the installer will automatically uninstall that old version.
This is called a "Major Upgrade".
Look in the help for Major Upgrade and you should find enough details there to get your Upgrade table setup to detect the old version.
You probably want to author an entry in the Upgrade table using the Upgrade Code from the old version. In that same entry, you can set it up so that the installer will automatically uninstall that old version.
This is called a "Major Upgrade".
Look in the help for Major Upgrade and you should find enough details there to get your Upgrade table setup to detect the old version.