VersionNT Property

[This is preliminary documentation and subject to change.]

The version number for the Windows NT operating system, undefined if the operating system is not Windows NT. The value is an integer: MajorVersion * 100 + MinorVersion.

Set By

Installer at initialization.

Used By

Windows NT operating system dependent actions and condition expressions use this value.

Remarks

Condition expressions may test for Windows NT simply by using the property name, or may verify the version using a comparison operator.