Hi There,
Is it possible to automatically name the setup during compilation by using the version of an executable?
I would like to achieve something like this:
During compilation of the setup:
- The version number of the executable is automatically retrieved and stored in a variable like %ProductVer%
- %ProductVer% is appended to the general setup name
Is this possible?
Is it possible to automatically name the setup during compilation by using the version of an executable?
I would like to achieve something like this:
During compilation of the setup:
- The version number of the executable is automatically retrieved and stored in a variable like %ProductVer%
- %ProductVer% is appended to the general setup name
Is this possible?
Comment