Versions Compared

Key

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

...

Installs an advertised package

 


Syntax

CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean 


Parameters

sPackage (String)

...

sVersion (String)

Version of package

...


Example

Code Block
languagevb
themeEclipselanguagevb
titleVBScript
If bStatus Then bStatus = CMS_InstallAdvertisedPackage("CapaInstaller", "v1.0") 

Scripting Guidelines 


Related functions

CMS_GetAdvertisedPackages