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: Having problem with update
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 20, 2009
02:34 PM
Having problem with update
HI,
I am working on Instalshield for the first time and didn't have much idea about it.
We recently coverted the instalshield 12 ism(basic install scripts projects) files to 2009, compilation and build goes with out any issues.
While installing the software iam getting message, that the version is already installed, actully the version on the tool is the old version .
please check the attachment for the actual message ...
Any idea how to fix this?
Thanks
ravi
I am working on Instalshield for the first time and didn't have much idea about it.
We recently coverted the instalshield 12 ism(basic install scripts projects) files to 2009, compilation and build goes with out any issues.
While installing the software iam getting message, that the version is already installed, actully the version on the tool is the old version .
please check the attachment for the actual message ...
Any idea how to fix this?
Thanks
ravi
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 23, 2009
02:43 AM
Look up in your help file "Specifying the Product Version".
In the Version setting, enter the complete version number for this product. The version number must contain only numbers, and it must be in the format aaa.bbb.ccccc, where aaa represents the major version number, bbb represents the minor version number, and ccccc represents the build number. The maximum value for the aaa and bbb portions is 255. The maximum value for ccccc is 65,535. You can include a fourth field, making the product version format aaa.bbb.ccccc.dddd, but Windows Installer does not use it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 23, 2009
10:23 AM
HI,
Thanks for the suggestion, actually i debuged and figured the issue, We use perl scripts to build and prepare installation, so the version number will we read for setup.ini file dynamically before installing the s/W, that part is hadled in OnBegin event, i think in older versions of install shield checks the versions after onBegin, where as 2009 its checking after OnSetUpdateMode() event, just moved the code to OnSetUpdateMode() its working fine.
Thanks
ravi
Thanks for the suggestion, actually i debuged and figured the issue, We use perl scripts to build and prepare installation, so the version number will we read for setup.ini file dynamically before installing the s/W, that part is hadled in OnBegin event, i think in older versions of install shield checks the versions after onBegin, where as 2009 its checking after OnSetUpdateMode() event, just moved the code to OnSetUpdateMode() its working fine.
Thanks
ravi