delphifinalbuilder

FinalBuilder: Add Build Number, Current Date, Time and Subversion revision to output executable version info


I want to set output executable InternalName something like that:

ProgramName_build_300_rev_100_201303141324.exe

where:


Solution

  • This is no problem at all in FinalBuilder. But you have to collect these information first, store it in variables and copy/rename the resulting file.

    As a last step, rename the file, using the variables in the name, e.g. ProgamName_build_%build%rev%rev%_%timestamp%.exe