Job_InstallationCompleted
Description
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
VBScript
bStatus = Job_InstallationCompleted("Custom", bStatus)
Â
Related functions
Â