Click to See Complete Forum and Search --> : Changing EXE/DLL Version Information


DustinW
April 22nd, 1999, 11:46 AM
I'm looking for a console utility that will change the version information in an EXE or DLL that I can make part of an automated build process. I know how to do it for an indivual EXE or DLL in DevStudio, but there's no way to automate it.

Ideally, it would change the version number for an already built EXE or DLL, without affecting the last-modified date of the file. It would be a console type app which would get the new version on the command-line of from an INI file or the registry or something.

I've got a couple hundred DLL's that are part of an automated build and I'd like the version info to get incremented without having to manually edit resources before each build.

DustinW
April 22nd, 1999, 12:35 PM
Never mind. I've found one with source code that will work great!

Email Regis Nicolas (regis.nicolas@smartcode.fr) and ask for Version.exe and source code if you're interested.