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
- :
- installscript project upgrade behaviour
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 15, 2009
07:11 AM
installscript project upgrade behaviour
Hi,
I have an installshield installscript project built using installshield 2009. I inherited the script and have little experience with installshield, but the script is reasonably simple as was created by the project wizard.
The behaviour of the script is such that when I create a new release, say 1.2.0 to 1.3.0 the installer will offer the option of an upgrade. In this instance I do not want the installer to offer the upgrade option, I want it to force the user to first uninstall the old version.
I have searched the tutorials and the forums but do not even know how I might get started on this. How would I go about modifying the behaviour?
I have an installshield installscript project built using installshield 2009. I inherited the script and have little experience with installshield, but the script is reasonably simple as was created by the project wizard.
The behaviour of the script is such that when I create a new release, say 1.2.0 to 1.3.0 the installer will offer the option of an upgrade. In this instance I do not want the installer to offer the upgrade option, I want it to force the user to first uninstall the old version.
I have searched the tutorials and the forums but do not even know how I might get started on this. How would I go about modifying the behaviour?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 15, 2009
06:41 PM
Perhaps look at the help for IFX_INSTALLED_VERSION, VerProductCompareVersions, and OnUpdateUIBefore for information on detecting and showing the UI (such as an "exit, then uninstall old version" message) for an InstallScript update?