Set instance management point

Set instance management point

Description

Sets an instance Management Point to use with other SDK functions that require a Management Point within the instance of the SDK.

Implemented in version: 2930

 

Syntax

SetInstanceManagementPoint(Byval ManagementPointID as String) as Boolean

 

Parameters

 ManagementPointID (String)

Id of the managementpoint to set

 

Return value

Boolean. Returns true if the management point is set. Otherwise false.

 

Example

VBScript
Dim bStatus Dim oCMS Set oCMS = CreateObject("CapaInstaller.SDK") bStatus = oCMS.SetInstanceManagementPoint("1")

 

Related functions

GetManagementPoints. The management point Id can be retrieved with the function Get management points.