Skip to content
⌘ NSIS Forum Archive

I've noticed

5 posts

TonyDS#

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.
pengyou#
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).