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
- :
- How to use 4 digit product version ( Ex. 3.00.02.073 )
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
‎Apr 05, 2018
05:23 AM
How to use 4 digit product version ( Ex. 3.00.02.073 )
Dear Team,
As of now we use 3 digits product version ( 3.00.073)
We would like to change to 4 digits ( Ex. 3.00.02.074) product version .
Could you please suggest how can we implement this ?
Thanks
Antoni
As of now we use 3 digits product version ( 3.00.073)
We would like to change to 4 digits ( Ex. 3.00.02.074) product version .
Could you please suggest how can we implement this ?
Thanks
Antoni
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 06, 2018
08:59 AM
On the 'Installation Information' tab
General Information
Product Version - set the desired value
From the InstallShield Help...
"Note that although you can include the fourth field (ddddd) when you specify your product’s version, the installation does not use this part of the product version to distinguish between different product versions."
General Information
Product Version - set the desired value
From the InstallShield Help...
"Note that although you can include the fourth field (ddddd) when you specify your product’s version, the installation does not use this part of the product version to distinguish between different product versions."
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 07, 2018
12:03 AM
hello,
When creating a new Basic MSI Project we set up version numbers as follow:
yyyy.mm.000x, Ex. 2010.09.0001 but when we go to the Application Information and set the version number as above we get an error message:
Invalid version entered.
The version number must contain only number and must be in the format aaa.bbb.ccccc or aaa.bbb.ccccc.ddddd
MSDN:
The value of the ProductVersion property is the version of the product in string format. This property is REQUIRED.
The format of the string is as follows:
major.minor.build
The first field is the major version and has a maximum value of 255. The second field is the minor version and has a maximum value of 255. The third field is called the build version or the update version and has a maximum value of 65,535.
In such cases you official version could be 2010.09.0001, but for Windows Installer you should set for example 210.09.0001 .So you can populate your program till 2055 🙂
UC Browser Apk SHAREit Apk MX Player Apk
When creating a new Basic MSI Project we set up version numbers as follow:
yyyy.mm.000x, Ex. 2010.09.0001 but when we go to the Application Information and set the version number as above we get an error message:
Invalid version entered.
The version number must contain only number and must be in the format aaa.bbb.ccccc or aaa.bbb.ccccc.ddddd
MSDN:
The value of the ProductVersion property is the version of the product in string format. This property is REQUIRED.
The format of the string is as follows:
major.minor.build
The first field is the major version and has a maximum value of 255. The second field is the minor version and has a maximum value of 255. The third field is called the build version or the update version and has a maximum value of 65,535.
In such cases you official version could be 2010.09.0001, but for Windows Installer you should set for example 210.09.0001 .So you can populate your program till 2055 🙂
UC Browser Apk SHAREit Apk MX Player Apk