Skip to content

Disable Package Schedule

Disable the schedule for a Package if a schedule is set

DisablePackageSchedule(ByVal packageName As String, ByVal packageVersion As String, ByVal packageType As String) As Boolean

PackageName (String)

The name of the package.

PackageVersion (String)

The package Version.

PackageType (String)

The package type;

  • 1 (Computer)
  • 2 (User)

Boolean. The function returns True if successful, otherwise false.

VBScript

Set oCMS = CreateObject("CapaInstaller.SDK")
wscript.echo oCMS.SetDefaultManagementPoint("1")
wscript.echo oCMS.DisablePackageSchedule("Acrobat Reader","v8.0","1")

CapaInstaller 5.2, build 102