CMS_InstallAdvertisedPackage
Description
Installs an advertised package
Syntax
CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean
Parameters
sPackage (String)
Name of package
sVersion (String)
Version of package
Example
VBScript
If bStatus Then bStatus = CMS_InstallAdvertisedPackage("CapaInstaller", "v1.0")