I want the output filename like this:
Setup1.1.exe
Setup1.2.exe
etc.
But it seems that the output in project options does not recognise $VERSION$...
Any workarround suggested?
Thank you!
Able to use $VERSION$ in output filename?
-
- Posts: 3452
- Joined: Thu Dec 22, 2005 7:17 pm
- Contact:
#VERSION# would be a compiler variable, whereas $VERSION$ is an ordinary variable. However, a pre-defined compiler variable for storing the application version does not exist. You can try to define your own compiler variable for it and use it in both the project version field inside the IDE and also the output file name.
Michael Nesmith
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
MichaelNesmith wrote:#VERSION# would be a compiler variable, whereas $VERSION$ is an ordinary variable. However, a pre-defined compiler variable for storing the application version does not exist. You can try to define your own compiler variable for it and use it in both the project version field inside the IDE and also the output file name.
Thank you Michael.
Who is online
Users browsing this forum: No registered users and 61 guests