CMS_SetPackageStatusToInstalled

Description

Will set the status of a package to Installed

 

Syntax

CMS_SetPackageStatusToInstalled(sPackage, sVersion) as Boolean

 

Parameters

sPackage (String)

Name of package

sVersion (String)

Version of package

 

Example

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

Scripting Guidelines

 

Related functions

Â