Archive: I've noticed


I've noticed
With most setup programs, when you click on properties

a page like this

Picture

comes up with version history and so on.

My question is, Is it possible to add this to a NSIS setup program?

if so what commands do I need.


Yes, you can add this information but you need NSIS 2.0b4 with a recent CVS update. This comes with an example, called VersionInfo.nsi (in the Examples folder under the main NSIS folder).

The two commands you need are VIProductVersion and VIAddVersionKey.

You can use the VIAddVersionKey command to create your own entries (e.g. I use this to create an entry called "Script" which records the timestamp on the .nsi file).


check the VersionInfo.nsi in your example directory...
yes, is possible :)


Ah thank you :)

didn't notice that when I updated last


wow, nsis is improving faster and faster!!:D