Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

 

  • No labels