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)

Scripting Guidelines


Related functions