Skip to content

CMS\_GetPackageProperties

Returns the value of the specified package Package Property

:vb: CMS_GetPackageProperties(sPackage, sVersion, sProperty) As Boolean

:ps: Not supported. See CMS_GetPackage

sPackage (String)

Name of the package

sVersion (String)

Version of the package

sProperty (String)

Package Property to look for in package

:vb: Boolean, TRUE if function completed successfully. The result will be stored in gsValue

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