MaxOSVersion Element
Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials
Specifies the maximum version of the operating system on which the add-in can be installed. For more information about identifying the version of an operating system, see Operating System Version (https://go.microsoft.com/fwlink/?LinkId=179327).
<xs:element name="MaxOSVersion" type="VersionType" minOccurs="0"/>
<xs:simpleType name="VersionType">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9\.]*"/>
</xs:restriction>
</xs:simpleType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Filter Element | Specifies information about the operating system to which the Windows Installer package applies. |