IAddInPostDeploymentAction Interface

Definition

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

Execute(AddInPostDeploymentActionArgs)

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

Applies to