DeploymentServiceCom.ActivateDeployment(String, Boolean) 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 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.