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
- :
- Change Incompatible Version Error Message
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
Feb 25, 2010
03:29 PM
Change Incompatible Version Error Message
I have an InstallScipt Project and we only want the latest release (4.000.0000) to appy to 3.001.0013 - 3.001.0016. This is all working fine. The problem is that when running the script on previous version the error message is:
We DON'T want them to uninstall, but just first upgrade to release 3.001.0016, and then apply the new 4.0 update. Is there a way to change this message? I couldn't find it in the Direct Editor.
The setup has dected that versionof is already installed.
This setup is not compatible with this version.
You will have to uninstall the previous version before installing this version.
We DON'T want them to uninstall, but just first upgrade to release 3.001.0016, and then apply the new 4.0 update. Is there a way to change this message? I couldn't find it in the Direct Editor.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 26, 2010
12:53 PM
You can change the message displayed or the behavior of an update by adding the OnUpdateUIBefore event to your script. The message to be displayed for unsupported updates is determined by the return value from VerProductCompareVersions.