AddInManager.PerformInstallations Method ()
Installs the add-in package in the background on the local computer.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void PerformInstallations()
public:
void PerformInstallations()
Public Sub PerformInstallations
Remarks
This method performs any installation, upgrade, or uninstallation of add-ins on the local computer. It is intended to be run on client computers.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top