I want to incorporate versioning into our installer. I'm going to use VersionCompare and have been looking at an example called makensis.nsi in the Examples directory of NSIS.
How do the following values get defined in makensis.nsi.
RegardsVER_MAJOR
VER_MINOR
VER_REVISION
VER_BUILD
Paul