DeploymentServiceCom.ActivateDeployment(String, Boolean) Method

Definition

Starts the deployment on the client computer.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void ActivateDeployment(System::String ^ deploymentLocation, bool isShortcut);
public void ActivateDeployment (string deploymentLocation, bool isShortcut);
member this.ActivateDeployment : string * bool -> unit
Public Sub ActivateDeployment (deploymentLocation As String, isShortcut As Boolean)

Parameters

deploymentLocation
String

The location of the deployment manifest on disk.

isShortcut
Boolean

Whether deploymentLocation is a shortcut, or the actual file.

Applies to