Disable Package Schedule

Description

Disable the schedule for a Package if a schedule is set


Syntax

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


Parameters

PackageName (String)

The name of the package.

PackageVersion (String)

The package Version.

PackageType (String)

The package type;

  • 1 (Computer) 
  • 2 (User)


Return value

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


Example 1

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


Available from

CapaInstaller 5.2, build 102