Versions Compared

Key

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

...

sVersion (String)

Package version


Return value

(blue star) Boolean, TRUE if function completed successfully.

(blue star) Boolean, TRUE if function completed successfully. 

Example

(blue star) VBScript
Code Block
languagevb
If bStatus Then bStatus = CMS_AddPackageToUnit("CapaInstaller", "v1.0")

...

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")
  $cs.Job_WriteLog("Added", "The Perfect package was added to the unit")
}

...