CMS_InstallAdvertisedPackage

Description

Installs an advertised package

Syntax

CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean

See CMS_AddPackageToUnit

Parameters

sPackage (String)

Name of package

sVersion (String)

Version of package

Return value

Boolean, TRUE if function completed successfully.

Example

VBScript
If bStatus Then bStatus = CMS_InstallAdvertisedPackage("CapaInstaller", "v1.0")

Scripting Guidelines

Related functions

CMS_GetAdvertisedPackages