ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Change Version Info Via Command Line Application

(1/1)

tinjaw:
I want to be able to change the version info in an EXE via a batch file. I will be using this with games I build using Torque Game Builder, but this could also be used for any application that has an unchanging master EXE but datafiles that change. For example levels in a FPS. Each time I change the datafiles and rebundle that game, I want to change the version number of the EXE so when somebody views the version info of the EXE , it corresponds to the version number of the game.

I have plenty of GUI based tools to do this, but I want to be able to do this in a script so I can automate the process.

This is for Windows applications.

f0dder:
I've been meaning to build something similar myself, since it's too tedious manually changing "build number" in the resource.rc file (and no, Visual Studio doesn't do this automatically for native apps, grmbl).

Remind me in a few days :)

Navigation

[0] Message Index

Go to full version