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
- :
- Re: Get file version
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 17, 2009
03:54 PM
Get file version
I would like to get the file version of my main exe file within my installer and name my "Setup file name" with that version number, so that they are consistent. Is that possible?
(2) Replies
‎Aug 22, 2009
01:01 AM
I do not see a way of doing this in the IDE. However, you can possibly try using the automation interface. First find out the exe version, using some of your custom code and then using the automation interface associate the setup exe with the version you found.
‎Aug 24, 2009
08:31 AM
Using the Automation services worked great. I never thought about that.