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

Version 1 Current »

Description

Uninstalls package from unit

 

Syntax

CMS_UninstallPackageFromUnit(sPackage, sVersion) As Boolean

 

Parameters

sPackage (String)

Name of package

sVersion (String)

Version of package

 

Example

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

Scripting Guidelines

 

Related functions

 

  • No labels