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 get an install setup.exe file's file version
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 14, 2009
04:33 PM
How to get an install setup.exe file's file version
Hi,
I need to get an install setup.exe file's product version through an automate process. I am trying to use nant script to get it:
This way the file_version doesn't get the real product version though. when I go to explorer, right click on file_name-->property, I can see that the file version on the top is different from the file version and the product version in the bottom.
How can we get the real file/product version of an installSetup.exe file please?
Many thanks!
I need to get an install setup.exe file's product version through an automate process. I am trying to use nant script to get it:
This way the file_version doesn't get the real product version though. when I go to explorer, right click on file_name-->property, I can see that the file version on the top is different from the file version and the product version in the bottom.
How can we get the real file/product version of an installSetup.exe file please?
Many thanks!
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 14, 2009
05:42 PM
more specificly should be: How to get a setup luancher file's file version/Product Version by perl/nant scripts please?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
01:44 PM
(Follow-up of sorts [thread=187472]here[/thread].)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 15, 2009
04:28 PM
yes, thank you very much!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 05, 2009
04:27 AM
I noticed the setup exe (Install Script project under DevStudio) always indicates 9.1.0.429 which is InstallShield version and not the product version set in General Information->Product properties ->Version.
Is there any way to change that so instead of 9.1.0.429 will appear the version of application being installed?
Or is it any way to set the version of setup exe by some function in Setup.rul using a predefinite value?
Is there any way to change that so instead of 9.1.0.429 will appear the version of application being installed?
Or is it any way to set the version of setup exe by some function in Setup.rul using a predefinite value?