IAddInPostDeploymentAction Interface
Represents a post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer.
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
| Name | Description | |
|---|---|---|
![]() | Execute(AddInPostDeploymentActionArgs) | Runs the post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer. |
The post-deployment action is part of the ClickOnce installation. If the post-deployment action fails, the installation fails.
Show:
