Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
Announcement
Collapse
No announcement yet.
BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
Re: BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
Originally posted by Darryl: I just did a file search on my system on the file that you indicated in your post and checked the file's properties and it listed as:
6.1.8924.0
Except that's the _File Version_, not the Product Version.
Re: BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
The File Version is what the "Product Version String" setting in SF5 returns.
(The name of that setting is a bit misleading, isn't it.)
For example, MSSDM.DLL's file version is 6.0.0.8804, and its product version is 6.00.8804. SF5 returns "6.0.0.8804" which is obviously the File Version string.
Re: BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
Hi,
I believe I see what you are referring to. In the file's properties while in the Setup Factory project, it displays the incorrect product value in the display. It is likely displaying the same value in that particular field.
However this version number is correct(not changed) when it is installed on the user's system.
Re: BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
Originally posted by Darryl: Hi,
I believe I see what you are referring to. In the file's properties while in the Setup Factory project, it displays the incorrect product value in the display. It is likely displaying the same value in that particular field.
However this version number is correct(not changed) when it is installed on the user's system.
The setup I'm creating _needs_ to verify that MSVCRT.DLL's version is high enough and if not, bail out telling the user why and where to go.
Unfortunately though, SUF doesn't return the correct Product Version for MSVCRT.DLL.
Re: BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
Originally posted by Lorne: The Product Version String option on that File Search Variable screen is actually returning the file version.
Thank you.
SUF returns the Product Version for all of my other .DLLs I'm checking. SUF gets the Product version of MFC42.DLL just fine (see previous post). So why not MSVCRT.DLL?
Re: BUG SUF 5.0.1.6 Product Version String truncates 2nd digit
I have confirmed this odd behaviour that you are encountering and have logged it as a bug in the software. I have also tested this in our current version Setup Factory 6.0 and the version function does work correctly.
I cannot say whether or not this bug that has been reported will be resolved since it is not in the most current version, although I have logged it.
Comment