Versions Compared

Key

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

...

Displays message box when pre-check in the script has been executed with success if installation mode is equal to Job_AttendedInstallation or Logoffinstallation.

 


Syntax

Job_InstallationStart(sMsg, sEstimatedTime, iInterval, iTimeOut) As Boolean 


Parameters

sMsg (String)

Message to inform user

...

Logoff Timeout. If the user hasn't logged off before iTimeout the "Installation start" message will re-arrive. Timeout is defined in minutes


Example

Code Block
language
languagevb
themeEclipse
vbtitleVBScript
If bStatus Then bStatus = Job_InstallationStart("CapaInstaller", "5", 10, 2)

Scripting Guidelines 


Related functions

Job_AttendedInstallation Job_InstallationCompleted Job_PostInstallProcedure Job_SilentInstallation