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
- :
- Another Option
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
‎Jun 15, 2010
03:23 PM
Retrieving embedded file version
I am developing an update package for a legacy product whose actual version number is not the version number that is retrieved by VerGetFileVersion, but the File Version or Product Version attribute that appears in the Other Version Information box that comes up when you view the File Properties in Windows Explorer. How can I retrieve this information, as I have to check a minimum version number to allow an update to occur.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 16, 2010
05:31 AM
Hi,
if IS Method does not work, you should use a dll.
Here are some infos (and an example)
http://msdn.microsoft.com/en-us/library/ms647003(VS.85).aspx
if IS Method does not work, you should use a dll.
Here are some infos (and an example)
http://msdn.microsoft.com/en-us/library/ms647003(VS.85).aspx
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 16, 2010
07:01 AM
I have a bat file that retreives FileVer and ProductVer. It could easily be modified to do what you need and then call it from a CA. Let me know if you want to go that route.