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
- :
- Re: Installshield product upgradation problem
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
Mar 05, 2019
04:42 AM
Installshield product upgradation problem
We have one product of version 1.14.0019059. But it is not able to upgrade on 1.13.0219038. It throws error "Newer version is already present. Please uninstall previous version."
I am not able to understand why Installshield is not able to upgrade the product even if there is a minor version upgrade.
We are using Installshield 2018 R2.
I am not able to understand why Installshield is not able to upgrade the product even if there is a minor version upgrade.
We are using Installshield 2018 R2.
- Tags:
- installshield2018
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 05, 2019
09:14 AM
How were you able to enter 0219038 for ccccc of the Product Version? If you use the InstallShield IDE and enter that value you will get a pop up that says "Invalid version entered."
Specifying the Product Version
InstallShield 2018
When you are specifying the version number for your product, you must ensure that you enter a valid product version. The version must contain only numbers. It is typically in the format aaa.bbb.ccccc or aaa.bbb.ccccc.ddddd, where aaa represents the major version number, bbb represents the minor version number, ccccc represents the build number, and ddddd represents the revision number. The maximum value for the aaa and bbb portions is 255. The maximum value for ccccc and ddddd is 65,535.
At run time, the installation registers the version number of the product that is being installed. The entire version string is displayed in Add or Remove Programs. The product version number is important because the installation engine uses it in part to determine whether to apply an upgrade.
So the problem is that "1.13.0219038" is illegal. Therefore, I suspect that the results of the comparison are indeterminant.
Specifying the Product Version
InstallShield 2018
When you are specifying the version number for your product, you must ensure that you enter a valid product version. The version must contain only numbers. It is typically in the format aaa.bbb.ccccc or aaa.bbb.ccccc.ddddd, where aaa represents the major version number, bbb represents the minor version number, ccccc represents the build number, and ddddd represents the revision number. The maximum value for the aaa and bbb portions is 255. The maximum value for ccccc and ddddd is 65,535.
At run time, the installation registers the version number of the product that is being installed. The entire version string is displayed in Add or Remove Programs. The product version number is important because the installation engine uses it in part to determine whether to apply an upgrade.
So the problem is that "1.13.0219038" is illegal. Therefore, I suspect that the results of the comparison are indeterminant.