Microsoft.VisualStudio.Tools.Applications.Deployment Namespace
The Microsoft.VisualStudio.Tools.Applications.Deployment namespace contains the IAddInPostDeploymentAction interface (which you can implement to create a post deployment action for an Office solution), exceptions that can be thrown when installing an Office solution, and other APIs that are part of the Visual Studio infrastructure.
| Class | Description | |
|---|---|---|
![]() | AddInInformation | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | ClickOnceAddInTrustEvidence | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Interface | Description | |
|---|---|---|
![]() | IAddInPostDeploymentAction | Represents a post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer. |
![]() | IClickOnceAddInCancelableInstaller | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | IClickOnceAddInInstaller | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | IClickOnceAddInTrustManager | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | IClickOnceAddInTrustManagerSettings | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Enumeration | Description | |
|---|---|---|
![]() | AddInInstallationStatus | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | ClickOnceAddInDownloadProgressState | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | ClickOnceAddInPromptingLevel | This API supports the product infrastructure and is not intended to be used directly from your code. |


