Versions Compared

Key

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

...

Adds the specified package to the unit on which the script is being executed


Syntax

(blue star) CMS_AddPackageToUnit(sPackage, sVersion) as Boolean

(blue star) [bool]CMS_AddPackageToUnit -package <string> -version <string>


Parameters

sPackage (String)

Package name

sVersion (String)

Package version


Example

(blue star) VBScript
Code Block
languagevb
themeEclipse
titleVBScript
If bStatus Then bStatus = CMS_AddPackageToUnit("CapaInstaller", "v1.0")
(blue star) PowerShell
Code Block
languagepowershell
if (CMS_AddPackageToUnit -package 'Il pacchetto perfetto 2.0 IT' -version 'v1.0') {
  $cs.Job_WriteLog("Added", "The Perfect package was added to the unit")
}

Scripting Guidelines


Related functions

CMS_RemovePackageFromUnit