IBX.IBInstall.TIBInstall.InstallOptions
Delphi
property InstallOptions: TInstallOptions read FInstallOptions write SetInstallOptions;
C++
__property TInstallOptions* InstallOptions = {read=FInstallOptions, write=SetInstallOptions};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | IBX.IBInstall.pas IBX.IBInstall.hpp |
IBX.IBInstall | TIBInstall |
Description
Sets or displays the installation options.
Use InstallOptions to set or display the installation options (TInstallOptions). TInstallOptions are:
|
Option |
Installs: |
|
CmdLineTools |
The InterBase command line tools |
|
ConnectivityClients |
The InterBase connectivity clients |
|
Examples |
The InterBase examples |
|
MainComponents |
The main InterBase components |
Note: You must install InterBase 6 to use this feature.