Job_InstallationStart
Description
Section titled “Description”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
Section titled “Syntax”Job_InstallationStart(sMsg, sEstimatedTime, iInterval, iTimeOut) As Boolean
Parameters
Section titled “Parameters”sMsg (String)
Section titled “sMsg (String)”Message to inform user
sEstimatedTime (String)
Section titled “sEstimatedTime (String)”Estimated time (in minutes) for installation
iInterval (Integer)
Section titled “iInterval (Integer)”Interval between a logged on check. Interval is defined in minutes.
iTimeOut (Integer)
Section titled “iTimeOut (Integer)”Logoff Timeout. If the user hasn’t logged off before iTimeout the “Installation start” message will re-arrive. Timeout is defined in minutes
Example
Section titled “Example”If bStatus Then bStatus = Job_InstallationStart("CapaInstaller", "5", 10, 2)Related functions
Section titled “Related functions”Job_AttendedInstallation Job_InstallationCompleted Job_PostInstallProcedure Job_SilentInstallation Constants Package Property Variables