I want to set the Product Version on a command line build (FinalBuilder) from outside of the IDE.
I already created a compiler variable called VERS and used this in the first line of my script:
Code: Select all
Set Variable VERSION to #VERS#
Unfortunately I can't use #VERS# in the visual Project Properties for the Product Version and
the created setup EXE still has the FileVersion specified in the visual Project Properties.
Is there a way to force the FileVersion of the setup EXE to use my command line version?