IAddInPostDeploymentAction Interface
Definition
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
Execute(AddInPostDeploymentActionArgs) |
Runs the post-deployment action, which can perform additional installation steps as the final step in a ClickOnce installer. |