Skip to content
⌘ NSIS Forum Archive

Samples MakeNSIS

5 posts

Boyito#

Samples MakeNSIS

HI all

In makensis.nsi exist a line like
!ifdef VER_MAJOR& VER_MINOR & VER_REVISION & VER_BUILD

Where are defined VER_MAJOR,VER_MINOR,VER_REVISION,VER_BUILD??

TIA
kichik#
Download the source code package of NSIS, open the SConstruct file and search for `installer_target`. You'll see exactly where those come from and how they're passed to the script.