Skip to content

Set instance management point

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

SetInstanceManagementPoint(Byval ManagementPointID as String) as Boolean

ManagementPointID (String)

Id of the managementpoint to set

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

VBScript

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

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