ISWiSQLScriptError Object

InstallShield 2016

Project • This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI

ISWiSQLScriptError represents a custom error handling entry for a SQL script file in the SQL Scripts view in InstallShield. You can retrieve an ISWiSQLScriptError object by using the ISWiSQLScriptErrors collection.

Members

ISWiSQLScriptError Object Members

Name

Type

Description

ErrorHandling

Read-Write Property

Gets or sets one of the following values.

esehAbort (2)—On error, abort the installation.
esehGotoNextScript (0)—On error, go to the next script.
esehGotoNextStatement (1)—On error, go to the next statement.

ErrorNumber

Read-Write Property

Gets or sets a numeric value that indicates the SQL error number for which you want to customize error handling.