SQLRTInitialize
InstallShield 2024 » InstallScript Language Reference
Project:
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
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