CMS\_InstallAdvertisedPackage
Description
Section titled “Description”Installs an advertised package
Syntax
Section titled “Syntax”:vb: CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean
:ps: See CMS_AddPackageToUnit
Parameters
Section titled “Parameters”sPackage (String)
Name of package
sVersion (String)
Version of package
Return value
Section titled “Return value”:vb: Boolean, TRUE if function completed successfully.
Example
Section titled “Example”:vb: VBScript
Section titled “:vb: VBScript”If bStatus Then bStatus = CMS_InstallAdvertisedPackage("CapaInstaller", "v1.0")Related functions
Section titled “Related functions”