Creating a response file
- Last Updated: November 20, 2024
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
A silent installation response file is a text file that you create, for example, installer.properties. This file must contain the arguments described in the following table.
| Argument | Description |
|---|---|
INSTALL_TYPE_STD=true
| false |
Specifies whether to perform a standard installation. |
INSTALL_TYPE_OEM=true
| false |
Specifies whether the installation is standard or for a OEM installation. |
USER_INSTALL_DIR_GUI_INPUT=installation directory
|
Specifies the full path to the directory where you want to install the drivers. This cannot be the same directory as the temporary installation directory. It also cannot be the directory of a previous version of another Progress DataDirect ODBC driver. If the directory you enter does not exist, Setup creates it. |
For example, the following response file installs the product in the /opt/hybridforodbc directory:
INSTALL_TYPE_STD=true
USER_INSTALL_DIR_GUI_INPUT=/opt/hybridforodbc