maximumVersion Element

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

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

Schema Hierarchy

feed Element
  iisComponent Element

Syntax

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

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 minimum service pack version 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