CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    5

    Changing EXE/DLL Version Information

    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.


  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: Changing EXE/DLL Version Information

    Never mind. I've found one with source code that will work great!

    Email Regis Nicolas ([email protected]) and ask for Version.exe and source code if you're interested.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured