Item 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 binary file.
<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>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
FileName Element | Specifies the name of the binary file. |
Target Element | Specifies the operating system of the binary file. |
Parent Elements
Element | Description |
---|---|
OtherBinaries Element | Provides the ability to specify a binary file that is installed on another operating system, such as Macintosh. |