
Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers.
The following package parameters can be set:
/SuperClassic - Installs Firebird SuperClassic (default: SuperServer)/Classic - Installs Firebird Classic/ClientOnly - Installs client .DLLs only/ClientAndDevTools - Installs client .DLLs and development toolsThese parameters can be passed to the installer with the use of -params.
For example: -params '/SuperClassic'.