...
Installs an advertised package
Syntax
CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean
See https://capasystems.atlassian.net/wiki/spaces/CI66DOC/pages/19610726318
Parameters
sPackage (String)
...
sVersion (String)
Version of package
Return value
Boolean, TRUE if function completed successfully.
Example
VBScript
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
If bStatus Then bStatus = CMS_InstallAdvertisedPackage("CapaInstaller", "v1.0") |