#1
|
|||
|
|||
Reading the version from a dll or exe
Is it possible to read the file version from a dll or exe file and store it in a macro? Can I do this in script?
|
#2
|
|||
|
|||
Use this in the Set Macro action's Value field:
[vbld_FSO.GetFileVersion("c:\path\to\file.ext")] or [vbld_FSO.GetFileVersion("%MACRO_WITH_FILENAME%")] |
#3
|
|||
|
|||
This gets better all the time! Thank you.
|
|
|