minimumVersion Element

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

The minimumVersion element contains child elements that define the minimum version of the operating system on which the application is supported. If one of the child elements is not included for the minimumVersion element, the value for that part of the operating system version is assumed to be 0.

Schema Hierarchy

feed Element
  osTypes Element

Syntax

<minimumVersion>
  <osMajorVersion>6</osMajorVersion>
  <osMinorVersion>0</osMinorVersion>
  <spMajorVersion>0</spMajorVersion>
  <spMinorVersion>0</spMinorVersion>
</minimumVersion>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

osMajorVersion

Specifies the major version number of the operating system.

osMinorVersion

Specifies the minor version number of the operating system.

spMajorVersion

Specifies the major service pack version number for the operating system on which the product is supported.

spMinorVersion

Specifies the minor service pack version number for the operating system on which the product is supported.

Parent Elements

Element Description

os

Contains child elements that define an operating system and the editions on which the application is supported.

See Also

Reference

entry Element