Install Functions

From InterBase

Go Up to Function Categories


The following table summarizes the InterBase API functions available for creating an application install routine:

Install functions
Function name Purpose

isc_install_clear_options()

Clear all options set by isc_install_set_option().

isc_install_execute()

Perform the install.

isc_install_get_info()

Return requested information.

isc_install_get_message()

Return the text of the requested error or warning message.

isc_install_load_external_text()

Load messages from the specified file.

isc_install_precheck()

Perform checks on the install environment.

isc_install_set_option()

Create a handle to a list of selected install options.

isc_install_unset_option()

Remove an option from a list of selected options.

isc_uninstall_execute()

Remove previously installed files.

isc_uninstall_precheck()

Check current system and the validity of the uninstall file.

Advance To: