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
- :
- DLL 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
‎Jun 02, 2009
05:43 PM
DLL Version
Project Type: InstallScript
I need a way to check the version of a DLL files from a pure InstallScript project. I've managed to find a couple possible ways for MSI projects. How can this be done with plain InstallScript?
I need a way to check the version of a DLL files from a pure InstallScript project. I've managed to find a couple possible ways for MSI projects. How can this be done with plain InstallScript?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 02, 2009
06:22 PM
VerGetFileVersion, VerCompare, or etc.?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 03, 2009
06:13 PM
Could have sworn I tried VerGetFileVersion() but I must have done something wrong. Sorry for the noise.