Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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