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 2 Next »

Description

Installs an advertised package


Syntax

CMS_InstallAdvertisedPackage(sPackage, sVersion) As Boolean


Parameters

sPackage (String)

Name of package

sVersion (String)

Version of package


Example

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

Scripting Guidelines


Related functions

CMS_GetAdvertisedPackages

  • No labels