3.7.5.9.2.1 DownloadInstallAddIn

This element specifies input values for the DownloadInstallAddIn operation.

 <xs:element name="DownloadInstallAddIn">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="address" nillable="true" type="xs:anyURI" />
       <xs:element minOccurs="0" name="certThumbprint" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="expectedPackageId" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/" type="q3:guid" />
       <xs:element minOccurs="0" name="installOnClients" nillable="true" xmlns:q4="http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins" type="q4:ClientInstallFilter" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

address: A URI that represents the address of the addin package.

certThumbprint: A string that contains the thumbprint of the certificate that the package is signed with.

expectedPackageId: A GUID that represents the ID of the expected package.

installOnClients: A ClientInstallFilter (section 2.2.4.7.2) complex type that contains the client installation filter details.