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
- :
- simple Version Number Question
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
‎Jan 11, 2010
12:08 PM
simple Version Number Question
Is Version number 1.0.1001.71 greater than 1.0.912.221 ?
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2010
01:19 PM
I think so. InstallShield versioning is broken down into this:
Major.Minor.Build
So, I would think that each separate piece of your version number would be treated independently. Meaning 1.0.1001.71 would be greater than 1.0.912.221. Because the Build part 1001 is greater than 912.
Hopefully, someone else will verify this.
Major.Minor.Build
So, I would think that each separate piece of your version number would be treated independently. Meaning 1.0.1001.71 would be greater than 1.0.912.221. Because the Build part 1001 is greater than 912.
Hopefully, someone else will verify this.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2010
02:04 PM
This is what I'm running into
My installs are Major Upgrades, New Product code each time
1.0.912.101 to 1.0.912.221 works
1.0.912.221 to 1.0.1001.71 says newer version is installed (1.0.912.221)
Looks like 912 is larger than 1001
My installs are Major Upgrades, New Product code each time
1.0.912.101 to 1.0.912.221 works
1.0.912.221 to 1.0.1001.71 says newer version is installed (1.0.912.221)
Looks like 912 is larger than 1001
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2010
05:20 PM
I wasn't aware of that. Evidentally you can not have more than three digits.
If that is the case, then you would have to make your major upgrade be a build larget than 912, but less than 1000.
I was hoping someone else would confirm this.
If that is the case, then you would have to make your major upgrade be a build larget than 912, but less than 1000.
I was hoping someone else would confirm this.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2010
05:28 PM
I bet it's doing a text compare rather than numeric.
Someone from Flexera confirm?
thanks
Someone from Flexera confirm?
thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 11, 2010
05:32 PM
I only use 4 digits on my 4th [build #] (and inconsequential) set of numbers, but I've always found it best to zero pad (ie 1.0.2.0912) -- i've yet to hit more than 9999 w/o first resetting one of the other product numbers.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 18, 2010
07:34 AM
When during a Major Upgrade why would 1.0.912.221 be newer than 1.0.1001.71 ?