Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IAddInPostDeploymentAction Interface

Definition

Namespace:
Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly:
Microsoft.VisualStudio.Tools.Applications.Runtime.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents a post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer.

public interface class IAddInPostDeploymentAction
public interface IAddInPostDeploymentAction
type IAddInPostDeploymentAction = interface
Public Interface IAddInPostDeploymentAction

Remarks

The post-deployment action is part of the ClickOnce installation. If the post-deployment action fails, the installation fails.

Methods

Name Description
Execute(AddInPostDeploymentActionArgs)

Runs the post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer.

Applies to