Appl_ISResultCode
Description
Returns InstallShield result-code from installation log
Syntax
Appl_ISResultCode(sISLogFile) as Boolean
Parameters
sISLogfile (String)
Full path and file name to the InstallShield installation log
Return value
Resultcode will be returned in gsValue
Example
VBScript
If bStatus Then bStatus = Appl_ISResultCode(gsWorkstationpath & "\Logs\Temp\AcrobatReader6.log")