3.7.5.8.2.1 InstallAddIn

This element specifies input values for the InstallAddIn operation.

 <xs:element name="InstallAddIn">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="addin" nillable="true" xmlns:q1="http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins" type="q1:Package" />
       <xs:element minOccurs="0" name="installOnClients" nillable="true" xmlns:q2="http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins" type="q2:ClientInstallFilter" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

addin: A Package (section 2.2.4.7.3) complex type that contains details for the AddIn to be installed.

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