Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Uninstalls package from unit

 


Syntax

CMS_UninstallPackageFromUnit(sPackage, sVersion) As Boolean

 


Parameters

sPackage (String)

...

sVersion (String)

Version of package

 


Example

Code Block
languagevb
themeEclipse
languagevb
titleVBScript
If bStatus Then bStatus = CMS_UninstallPackageFromUnit("CapaInstaller", "v1.0")

Scripting Guidelines

 


Related functions

...