Ramblings

Delphi Programming Observations

Source Code License About Contact

Saturday, September 5, 2009

Updated SetVersion.exe to set File Version info in RES or EXE

My first version of the SetVersion.exe tool to update the Version Information of a Delphi executable allowed you to set the version info stored in a Delphi Resource file (*.RES), which is the main place Delphi stores it.  When you perform a build in Delphi, the version info in the Resource File will override anything defined in a *.BDSPROJ or *.DPROJ for the resulting binary (*.EXE, *.DLL).

Now, SetVersion.exe will allow you to set the Version Information on an EXE file after it has been built. See latest code at github.com/jasonpenny/democode

posted by Jason at 12:17 am  

Powered by WordPress