Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installs an advertised package


Syntax

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

(blue star) See CMS_AddPackageToUnit


Parameters

sPackage (String)

...

Version of package


Example

(blue star) VBScript
Code Block
languagevb
themeEclipse
titleVBScript
If bStatus Then bStatus = CMS_InstallAdvertisedPackage("CapaInstaller", "v1.0") 

Scripting Guidelines


Related functions

CMS_GetAdvertisedPackages