PDA

View Full Version : how to change version # of exe file?


ilya31
27th January 2006, 18:00
Is it possible to change the version number of exe file using NSIS that has already been created? I know I can get the version number using GetDLLVersion function, but can I change it? Thank you.

Comm@nder21
27th January 2006, 18:01
there may be api functions to do that, but i doubt it.

ilya31
27th January 2006, 18:05
Do you know which API function?

kichik
28th January 2006, 09:26
You can compile your own little utility from the source code used in NSIS to change the version resource. You can also use Resource Hacker (http://angusj.com/resourcehacker/). With the correct command line parameters, it can be used to update resources silently.