# Appl_ISResultCode

> Returns InstallShield result-code from installation log.

Source: https://docs.capaone.com/capainstaller/vb-scripting-library/application-functions/appl-isresultcode/  
Product: CapaInstaller — a separate CapaSystems product; do not apply this page to any other.

### 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**

```vb
If bStatus Then bStatus = Appl_ISResultCode(gsWorkstationpath & "\Logs\Temp\AcrobatReader6.log")

```

[Scripting Guidelines](/capainstaller/vb-scripting-library/scripting-guidelines/)

### Related functions

[Application functions](/capainstaller/vb-scripting-library/application-functions/) [InstallShield General Errors](/capainstaller/vb-scripting-library/addendum/installshield-general-errors/) [Constants](/capainstaller/vb-scripting-library/addendum/constants/) [Package Property](/capainstaller/vb-scripting-library/addendum/package-property/) [Variables](/capainstaller/vb-scripting-library/addendum/variables/)
