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")
Â