Filter Element

 

Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials

Specifies information about the operating system to which the Windows Installer package applies.

  
<xs:element name="Filter" type="FilterType" minOccurs="0" />  
  
<xs:complexType name="FilterType">  
   <xs:sequence>  
      <xs:element name="MinOSVersion" type="VersionType" minOccurs="0"/>  
      <xs:element name="MaxOSVersion" type="VersionType" minOccurs="0"/>  
      <xs:element name="OSEdition" type="xs:string" minOccurs="0"/>  
      <xs:element name="Language" type="xs:string" minOccurs="0"/>  
      <xs:element name="IsLanguageFallback" type="xs:boolean" minOccurs="0"/>  
   </xs:sequence>  
</xs:complexType>  

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description
IsLanguageFallback Element Specifies whether the Windows Installer package (MSI) is installed when the language of the operating system does not match the language of the add-in.
Language Element Specifies the language of the operating system for which the Windows Installer package is intended.
MaxOSVersion Element Specifies the maximum version of the operating system on which the add-in can be installed.
MinOSVersion Element Specifies the minimum version of the operating system on which the add-in can be installed.
OSEdition Element Specifies the edition of the operating system to which the Windows Installer package applies.

Parent Elements

Element Description
File Element Specifies the information about the Windows Installer package.