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")
Â
Related functions
Â