Set Package Description
Description
Section titled “Description”Sets the package description
Syntax
Section titled “Syntax”SetPackageDescription(ByVal name As String, ByVal version As String, ByVal Type As String, ByVal description As String) As Boolean
Parameters
Section titled “Parameters”PackageName (String)
The name of the package.
PackageVersion (String)
The package Version.
PackageType (String)
The package type;
- 1 (Computer)
- 2 (User)
Description(String)
The description of the Package
Return Value
Section titled “Return Value”String. The function returns the description for the unit.
Example
Section titled “Example”VBScript
Set oCMS = CreateObject("CapaInstaller.SDK")wscript.echo oCMS.SetDefaultManagementPoint("1")wscript.echo oCMS.SetPackageDescription("Winrar","v3.0","1","Default")