VersionNT32

The installer sets this variable to the Windows version number of the target system if the target system is a 32-bit Windows NT version. Otherwise it is not set (or set to 0). The Windows version number is encoded as 100 * major + minor.

For a full list of VersionNT32 values, see the documentation of the VersionNT variable.

Usage

You can refer to it as <VersionNT32>. In conditional expressions you can omit the brackets and use tests like VersionNT32 >= 502. Do not set this variable directly; it is set automatically when the installer runs.

Related topics

ServicePackLevel, ServicePackLevelMinor, Version9X, VersionNT, VersionNT64, WindowsBuild, System information variables