|
#1
|
|||
|
|||
|
Why the last digit in File Version is changed?
Dear friends,
When I use a digit with more than 6 character in 4th part of Publish -> Settings -> Resources -> File Version field, my digit is changed to a unknown digit. For example, when I used 1.2.0.#CURRENTYEAR##CURRENTMONTH2##CURRENTDAY# for it, the setup file version was 1.2.0.722 instead of 1.2.0.2008099 or when I used 1.2.0.123456, I received 1.2.0.57920 I didn't found any description for it in Help file. Regards |
|
#2
|
||||
|
||||
|
The largest number you can store in each of these fields is 65535.
Ulrich |
|
#3
|
|||
|
|||
|
Thanks for your reply. But where is the number come from? When I enter 1.2.0.123456, I think I must receive 1.2.0.12345. That's right?
|
|
#4
|
||||
|
||||
|
Quote:
It's not random -- it's just binary. |
|
#5
|
|||
|
|||
|
Hmmm, I'm sorry, but I can not understand it yet
I know 57920 is not random, because every time I enter 123456, SF9 convert it to 57920, but I can not duplicate it on paper. What is the logic laied behind the converting? What formulation SF8 is used? Regards Last edited by searcher123; 09-10-2008 at 05:03 PM. |
|
#6
|
||||
|
||||
|
Open the Calculator shipped with Windows, and switch to scientific view. In decimal mode, enter the number 123456. Then switch to hexadecimal mode, and you'll see that the same number is represented as 1E240.
The largest number you can store can have only four hexadecimal digits (FFFF), and the most significant part (everything to the left) is cut off (this is called "overflow"). In your case, what remains is E240. Delete the "1" or type "E240", and switch back to decimal mode, you'll see that the result is 57920. Ulrich Last edited by Ulrich; 09-10-2008 at 05:14 PM. |
|
#7
|
|||
|
|||
|
Quote:
WOW, I understand it now My mistake was because I was deleted additional numbers from right, where x386 processors calculate in reverse. Thanks for answer |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to overwrite the version of existing exe file stored in program files folder | chakradhar | Setup Factory 7.0 Discussion | 3 | 05-20-2008 12:10 PM |
| New product version, old project file: what about the component GUIDs? | ruuska | MSI Factory 2.0 Discussion | 6 | 04-11-2008 01:12 PM |
| Unable to find software? | NigelLacey | Visual Patch 2.0 | 4 | 10-11-2005 11:35 AM |
| New Setup Factory 7.0 (v 7.0.2.0) Available | Darryl | Setup Factory 7.0 Discussion | 9 | 03-06-2005 02:57 PM |
All times are GMT -6. The time now is 07:52 AM.









WOW, I understand it now
Linear Mode

