AddInManager.InstallAddIn Method

 

Installs the add-in package.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Overload List

Name Description
System_CAPS_pubmethod InstallAddIn(Package, ClientInstallFilter)

Installs the specified add-in package and performs the server-side installation of the add-in. The add-in can also be installed on the client computers.

System_CAPS_pubmethod InstallAddIn(Uri, String, Guid, ClientInstallFilter)

Downloads and installs the add-in package from the specified address.

See Also

AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top