As part of our build process I need to set the version information for all our compiled binaries. Some of the binaries already have version information (added at compile time) and some do not.
I want to be able to apply the following information:
- Company Name
- Copyright Notice
- Product Name
- Product Description
- File Version
- Product Version
All of these attributes are specified by the build script and must be applied after compilation. These are standard binaries (not assemblies) compiled with C++ Builder 2007.
Any ideas?
Thanks in advance.