Set instance management point
Description
Section titled “Description”Sets an instance Management Point to use with other SDK functions that require a Management Point within the instance of the SDK.
Syntax
Section titled “Syntax”SetInstanceManagementPoint(Byval ManagementPointID as String) as Boolean
Parameters
Section titled “Parameters”ManagementPointID (String)
Id of the managementpoint to set
Return value
Section titled “Return value”Boolean. Returns true if the management point is set. Otherwise false.
Example
Section titled “Example”VBScript
Dim bStatusDim oCMS
Set oCMS = CreateObject("CapaInstaller.SDK")bStatus = oCMS.SetInstanceManagementPoint("1")Related functions
Section titled “Related functions”GetManagementPoints. The management point Id can be retrieved with the function Get management points.