DeploymentServiceCom.ActivateDeploymentEx(String, Int32, Int32) Method
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.
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.