Versions Compared

Key

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

...

Displays message box when script has been executed, if installation mode is equal to Job_AttendedInstallation or Logoffinstallation

 


Syntax

Job_InstallationCompleted(sMsg, bJobStatus) As Boolean

 


Parameters

sMsg (String)

Text to prompt enduser

bJobStatus (Boolean)

Jobstatus

 


Example

Code Block
languagevb
themeEclipse
languagevb
titleVBScript
bStatus = Job_InstallationCompleted("Custom", bStatus)

Scripting Guidelines

 


Related functions

...