SQLRTInitialize

InstallShield 2016 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

The SQLRTInitialize2 function supersedes the SQLRTInitialize function.

If the SQLRTInitialize function is used, it must be the first function called in SQLRT. SQLRTInitialize loads the SQLRT.dll and initializes it using the settings file.

Syntax

SQLRTInitialize( szSettingsFile );

Parameters

SQLRTInitialize Parameters

Parameter

Description

szSettingsFile

Specifies the path to the SQLRT.ini file. The following path should be specified for this parameter:

SUPPORTDIR ^ "SQLRT.ini"

The SQLRT.ini file should not be modified; otherwise, unexpected behavior may occur at run time. InstallShield creates this file based on SQL settings that are entered in the SQL Scripts view.

Return Values

None

See Also