IAddInPostDeploymentAction::Execute Method (AddInPostDeploymentActionArgs^)

 

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

Namespace:   Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

void Execute(
	AddInPostDeploymentActionArgs^ args
)

Parameters

args
Type: Microsoft.VisualStudio.Tools.Applications.Deployment::AddInPostDeploymentActionArgs^

The arguments for the post-deployment action, including the path of the ClickOnce installer.

No code example is currently available or this language may not be supported.
Return to top
Show: