SQLRTDoRollbackAll

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

The SQLRTDoRollbackAll function executes all of SQL scripts scheduled to run during rollback.

Note • The SQLRTDoRollbackAll function uses SQLRT.dll; therefore, it can be called only after SQLRTInitialize2 has already been called. To learn more, see Using the SQL Run-Time Functions in InstallScript and InstallScript MSI Projects.

Syntax

SQLRTDoRollbackAll();

Parameters

SQLRTDoRollbackAll takes no parameters.

Return Values

SQLRTDoRollbackAll Return Values

Return Value

Description

>=ISERR_SUCCESS

This function was able to execute a script.

<ISERR_SUCCESS

This function failed to execute a script.

SQL_ERROR_NOT_INITIALIZED (-10)

SQLRT.dll is not loaded.

See Also