DeploymentServiceCom.ActivateDeploymentEx(String, Int32, Int32) 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 ActivateDeploymentEx(System::String ^ deploymentLocation, int unsignedPolicy, int signedPolicy);
public void ActivateDeploymentEx (string deploymentLocation, int unsignedPolicy, int signedPolicy);
member this.ActivateDeploymentEx : string * int * int -> unit
Public Sub ActivateDeploymentEx (deploymentLocation As String, unsignedPolicy As Integer, signedPolicy As Integer)

Parameters

deploymentLocation
String

The location of the deployment manifest.

unsignedPolicy
Int32

The policy to use for unsigned applications.

signedPolicy
Int32

The policy to use for signed applications.

Applies to