OSVERSION element

Specifies the version of the operating system the software supports.

Usage

<OSVERSION
  VALUE = "sVersion"/>

Attributes

Attribute Type Required Description

VALUE

sVersion

Yes

String value representing the major, minor, custom, and build version numbers of the operating system supported by the software.

Child elements

There are no child elements.

Parent elements

Element

OS

Remarks

This element assumes that the software can run on all versions of the operating system greater than or equal to the one specified.

Examples

This example specifies the oldest version of the operating system supported.

<OS VALUE="WinNT">
    <OSVERSION="4,0,0,0"/>
</OS>

Element information

Minimum supported system

Windows XP
Can be empty Yes