AddInManager.InstallAddIn Method (Uri, String, Guid, ClientInstallFilter)
Downloads and installs the add-in package from the specified address.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void InstallAddIn(
Uri address,
string certThumbprint,
Guid expectedPackageId,
ClientInstallFilter installOnClients
)
public:
void InstallAddIn(
Uri^ address,
String^ certThumbprint,
Guid expectedPackageId,
ClientInstallFilter^ installOnClients
)
Public Sub InstallAddIn (
address As Uri,
certThumbprint As String,
expectedPackageId As Guid,
installOnClients As ClientInstallFilter
)
Parameters
address
Type: System.UriThe URI that contains the address of the add-in package.
certThumbprint
Type: System.StringThe thumbprint of the certificate with which the package is signed.
expectedPackageId
Type: System.GuidThe identifier of the add-in package.
installOnClients
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.ClientInstallFilterThe filter that defines the method for installing the add-in on client computers.
Remarks
This method can only be called on the server.
See Also
InstallAddIn Overload
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top