Version9X Property

[This is preliminary documentation and subject to change.]

This property gives the version number for the Windows 95 or Windows 98 operating system.

Set By

This property is set by the installer at initialization.

Used By

Actions and condition expressions dependent upon the Windows 95 or Windows 98 operating system use this value.

Value

The value of this property is an integer: MajorVersion * 100 + MinorVersion. The property remains undefined if the operating system is not Windows 95 or Windows 98.

Remarks

Condition expressions can test for the version of Windows 95 or Windows 98 by using the property name or may verify the version by using a comparison operator.