Modify the data input option
- Last Updated: October 23, 2025
- 4 minute read
- OpenEdge
- Version 12.2
- Documentation
You can edit any response file, whether it is automatically generated or one that you create. Although all sections of the response file are required, you do not need to add each of these required sections in the order presented. The installer retrieves only the specific data it needs, regardless of where the information is located in the response file.
Update the response file for silent OpenEdge installation
A response file is a specially formatted text file that includes all the answers and setup choices you would normally enter during an interactive OpenEdge installation. Instead of clicking through each installer screen, you can use this file to automate the process. This method is known as a silent installation.
The sample response files and their associated parameter descriptions for Windows and Linux are provided in the following sections.
Sample response file for silent installation on Windows
The following is the sample response file to perform a silent installation of OpenEdge on Windows:
|
[Serial Number And Control Codes Dialog] section. If you need to make
changes, make sure the number of entries matches the value in
NumberofConfigurations.| Parameter | Description |
|---|---|
JavaHome |
Path to the Java JDK required for OpenEdge installation and runtime. For example: C:\jdk-17.0.3+7_x64. |
DestinationDirectory |
Directory where OpenEdge product binaries are installed. For example: C:\DLC (for product) and C:\OEM (for OEM components). |
WorkDirectory |
Directory for applications, databases, and log files. For example: C:\OpenEdge\WRK. |
ConfigureOEM |
Whether to configure OpenEdge Management (OEM) during installation. The
supported types are:
|
InstallingPdbFiles |
Whether to install PDB (debug) files. PDB (Program Database) files are
special files generated during software development that store debugging
information about a program. The supported values are:
|
ShortcutFolder |
Name of Start Menu folder for shortcuts. For example: Progress\OpenEdge 12.2 (64-bit). |
DefaultLanguage |
Default language for PROMSGS (Progress Messages). For example: English - American, French, German and so on. |
DefaultCountry |
Default country for PROMSGS. For example: France. |
Languages |
Comma-separated list of additional languages. For example: French,Dutch. |
CharacterSet |
Character set for internal/stream encoding. For example: ISO8859-1 |
Collation |
Collation setting for sorting and comparison. For example:
Basic. |
Case |
Case sensitivity setting. For example: Basic. |
DateFormat |
Date format for installation. For example: mdy. |
NumberFormat |
Preview of number format (thousands separator, decimal point). |
NumberSeparator |
ASCII code for number separator. For example: 44 (for
comma). |
NumberDecimalPoint |
ASCII code for decimal point. For example: 46 (for
period). |
GroupList |
Colon-separated list of groups authorized for AdminServer. For example:
PSCAdmin |
RequireUsernameAndPassword |
Require credentials to start AdminServer. The supported values are:
|
EnableGroupChecking |
Enable group authorization checking. The supported values are:
|
Sonic_Env |
Sonic ESB environment flag. The supported values are:
|
Other_Env |
Other development environment flag. The supported values are:
|
PasHttpPort |
HTTP port for PAS instance. |
PasHttpsPort |
HTTPS port for PAS instance. |
PasShutdownPort |
Shutdown/control port for PASOE instance. |
InstanceName |
Name of OE Authentication Gateway instance. |
PortNumber |
Port for OE Authentication Gateway. |
Username |
Admin username for OE Authentication Gateway. |
Password |
Admin password for OE Authentication Gateway. |
Password_Confirmation |
Confirmation of password. |
Auth_Gateway_Install_Path |
Install path for OE Authentication Gateway. |
Sample response file for silent installation on Linux
The following is the sample response file to perform a silent installation of OpenEdge on Linux:
|
[Product Configuration 1], [Product Configuration 2],
and similar sections. If you need to make changes, make sure the number of configurations
matches the value in the NumberofConfigurations=24 field under the
[Configuration Count] section.| Parameter | Description |
|---|---|
ApplyAsServicePack |
Determines if the installation is applied as a service pack. The supported
values are:
|
JavaHome |
Path to the Java JDK required for installation. For example: /usr/adoptium/java/jdk-17.0.3+7. |
type |
Type of installation: full or selective. The supported values are:
|
workpath |
Directory path for work files, databases, and logs. For example: /usr1/install/linuxx86_64/dlcwrk. |
oem_path |
Directory path for OEM installation (if selected). For example: /usr1/install/linuxx86_64/oem. |
oem_workpath |
Directory path for OEM work files (if selected). For example: /usr1/install/linuxx86_64/oem. |
UseSqlServerEngine |
Whether to install the SQL Database Engine. The supported values are:
|
lang1 |
Specifies which languages to install for PROMSGS messages. |
DefaultLanguage |
Sets the default language for system messages. |
cpinternal |
Character set for internal/stream encoding. For example:
iso8859-1, utf-8. |
cpcollation |
Collation sequence for sorting and comparison. For example:
Basic. |
cpcase |
Case sensitivity setting for character data. For example:
Basic. |
dateformat |
Format for dates in the installation. For example:
mdy. |
numsep |
ASCII code for the number separator character. For example: 44
(for comma). |
numdec |
ASCII code for the decimal point character. For example: 46
(for period). |
nPortHttp |
HTTP port for Pacific Application Server (PAS). |
nPortHttps |
HTTPS port for Pacific Application Server (PAS). |
nPortShutdown |
Shutdown port for Pacific Application Server (PAS). |
Instance_Name |
Name of the OpenEdge Authentication Gateway instance. For example:
oeauthserver. |
Port_Number |
Port number for the Authentication Gateway instance. |
Username |
Username for Authentication Gateway administration. |
Password |
Password for Authentication Gateway administration. |
Password_Confirmation |
Confirmation of the password for Authentication Gateway. |
Instance_Location |
Directory path for the Authentication Gateway instance files. For example: /usr1/install/linuxx86_64/dlcwrk/oeauthserver. |
To edit the response file, open it in a text editor like Notepad++ (Windows) or nano/vim (Linux). Make your changes, then save the file.