ClientBinary64 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 Windows Installer package (.msi file) for installing the 64-bit binary files on the client computer.

  
<xs:element name="ClientBinary64" type="BinaryCollectionType" minOccurs="0"/>  
  
<xs:complexType name="BinaryCollectionType">  
   <xs:sequence>  
      <xs:element name="File" type="BinaryType" minOccurs="1" maxOccurs="unbounded" />  
   </xs:sequence>  
</xs:complexType>  

Attributes and Elements

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

Attributes

None.

Child Elements

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

Parent Elements

Element Description
Package Element Defines the metadata for an add-in package.

See Also

How to: Create the Metadata File for the Add-In