Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Returns the requested package

Syntax

CMS_GetPackageProperties(sPackage, sVersion, sProperty) As Boolean

Properties

sPackage (String)

Name of the package

sVersion (String)

Version of the package

sProperty (String)

Property to look for in package

Return value

Result will be stored in gsValue

Example

VBScript
If bStatus Then bStatus = CMS_GetPackageProperties("CapaInstaller", "v1.0", PP_Mandatory)
If bStatus Then
  xStatus = Job_WriteLog("Custom","gsValue: " & gsValue, bStatus, True)
End If

Scripting Guidelines

Related functions

  • No labels