Creating a Response File Using the GUI Installer
- Last Updated: May 13, 2025
- 3 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Amazon Redshift 6.0
- Apache Cassandra 6.0
- Apache Hive 6.0
- Apache Spark SQL 6.0
- Atlassian Jira 6.0
- Autonomous REST Connector 6.0
- Cloudera Impala 5.1
- + 20
- Denodo 6.0
- GitHub 6.0
- Google BigQuery 6.0
- IBM Informix 6.0
- Microsoft Dynamics 365 6.0
- Microsoft Sharepoint 6.0
- Microsoft SQL Server 6.0
- MongoDB 6.1
- MongoDB 6.0
- Oracle Database 6.0
- Oracle Eloqua 6.0
- Oracle Sales Cloud 6.0
- Oracle Service Cloud 5.1
- PostgreSQL 6.0
- Salesforce 6.0
- SAP HANA 6.0
- SAP S/4HANA 6.0
- Snowflake 6.0
- TeamCity 6.0
- Documentation
Take the following steps to create a response file using the GUI installer.
-
At a command prompt, change to the directory containing the
temporary installer and supporting zip files.
Important: The installer directory must include the supporting installation zip files.
-
At a command prompt, type the appropriate command.
Important: If running the Java installer on Windows, you must either select a non-system directory as the installation directory or turn off User Account Controls.
- Java installer: java -jar PROGRESS_DATADIRECT_JDBC_INSTALL.jar -r response_file
- Windows installer: PROGRESS_DATADIRECT_JDBC_INSTALL.exe -r response_file
where response_file is the path and file name of the response file you want to create. You can specify an absolute or relative path. If the path is not specified, the specified file is created in the current working directory.
Java installer on UNIX/Linux
This example creates a response file named
installer.propertiesin the /install directory, which is relative to the current working directory.java -jar PROGRESS_DATADIRECT_JDBC_INSTALL.jar -r /install/installer.properties
Windows installer on Windows
This example creates a response file named
installer.propertiesin the C:\temp directory.PROGRESS_DATADIRECT_JDBC_INSTALL.exe -r C:\temp\installer.properties
- The Introduction window appears. Click Next.
- The License Agreement window appears. Make sure that you read and understand the license agreement. To continue with the installation, select the I accept the terms in the License Agreement option; then, click Next.
- The Install Directory window appears. In the Where Would You Like to Install? field, type the path, including the drive letter, of the product installation directory or click the Choose button to browse to and select an installation directory. Verify the installation directory. Click Next to continue.
-
Choose the type of installation to perform. Select one of the following
options:
- Evaluation installation (will expire in 15 days). Select this option to install an evaluation version of the available drivers. Click Next to continue with the installation. Skip to Step 10.
- OEM or Licensed installation. Select this option if you have purchased a licensed version of one or multiple drivers. Click Next. If you are updating a currently installed driver, skip to Step 8; otherwise, proceed to the next step.
-
Type the control number that was provided by Progress
DataDirect in the Control # field, and click the Validate button. You can add multiple control numbers
consecutively.
A tree menu of drivers with valid licenses appears in the selection box.

-
From the tree menu, select the drivers that you want to install. Click
Next to continue.
Drivers that are already installed are listed under Drivers (Installed) and cannot be deselected. To remove installed drivers, you must uninstall the product. For information on uninstalling drivers, see Uninstalling the Product.
If you are installing a new version of a currently installed driver, the installer will overwrite the installed driver files with the newer version. To revert to an earlier version of the driver, you must uninstall the product and reinstall the desired version. For information on uninstalling drivers, see Uninstalling the Product.
-
Enter the information in the fields provided.
- Type your name and company name into the corresponding fields.
- Type the serial number that was provided by Progress DataDirect.
- Click Next to continue.
-
The Pre-Installation Summary window appears. Review the installation
information. Click Previous to revise selections;
or click Install to begin the installation.

- Click Done to exit the installer. The response file is created in the directory you specified in Step 5.
Refer to the installation log file for a record of any problems that may have occurred during the installation. See Installation Log File for details.
See Performing the Silent Installation for instructions on running the response file.