Defining the Installation Component

From InterBase
Jump to: navigation, search

Go Up to Installing


TIBInstall provides the following properties for defining an installation component:

TIBInstall properties
Property Purpose

DestinationDirectory

Sets or returns the installation target path; if not set, defaults to what is in the Windows registry.

InstallOptions

Sets what InterBase components are to be installed; see below.

MsgFilePath

Sets or returns the directory path where the ibinstall.msg file can be found.

Progress

Returns an integer from 0 to 100 indicating the percentage of installation completed; if unset, no progress is displayed.

RebootToComplete

If set to <True>, returns a message instructing the user to reboot after installation is complete.

SourceDirectory

Sets or returns the path of the installation source files; in most cases, this will be a path on the InterBase CD.

UnInstallFile

Returns the name and path of the uninstall file, which contains information on the installed options.

Topics