I want to set output executable InternalName something like that:
ProgramName_build_300_rev_100_201303141324.exe
where:
300
- build number100
- latest subversion revision201303141324
- date/tame of buildThis 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