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

« Previous Version 4 Current »

Description

Installs an advertised package


Syntax

(blue star) CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean

(blue star) See CMS_AddPackageToUnit


Parameters

sPackage (String)

Name of package

sVersion (String)

Version of package


Example

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

Scripting Guidelines


Related functions

CMS_GetAdvertisedPackages

  • No labels