OtherBinaries Element
Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials
Provides the ability to specify a binary file that is installed on another operating system, such as Macintosh.
<xs:element name="OtherBinaries" type="OtherBinariesType" minOccurs="0"/>
<xs:complexType name="OtherBinariesType">
<xs:sequence>
<xs:element name="Item">
<xs:complexType>
<xs:sequence>
<xs:element name="Target" type="xs:string" />
<xs:element name="FileName" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Item Element | Specifies a specific binary file to include. |
Parent Elements
Element | Description |
---|---|
Package Element | Defines the metadata for an add-in package. |