Scenario:
I build a Delphi group containing some 40 Delphi projects (exe files, dll files and bpl files) outside of FB. All of the compiled files contain version info (we set fileversion, compnay name etc). Then I want to make sure I have a specific build number in my versionfo. I see in FB that there is an action to GET that information ("Extract Version Info") but what about SETting a value? It's my duty to keep track of the build numbers (which are all different for the 40 files), e.g. in an ini-file and then I would like to atutomate setting these values to the compiled files. To manually check and possibly change build number for each of the 40 projects in the Delphi IDE is NOT an option, the process must be automated.
Any ideas, tips?
/Anders