Create a data input option
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can choose to record a separate response file any time you perform an interactive installation. If you do not specify a file name for the response file that you create, the install provides the filename oe-response.ini and stores it in C:\Windows\oe-response.ini. The format and structure of any data input option is identical to that which is presented in the automatically-generated response.ini file.
The syntax for initiating the user-defined response file is:
Syntax
|
Note: Do not leave a space between command line entries and options. Command line
entries nor options are case sensitive.
- path-to-install-media
\setup.exe - Runs an OpenEdge installation. The
path-to-install-mediaargument indicates that you can run the installation from the installation executable downloaded with your product from the Progress Download Center. Thesetup.exeargument identifies the specific OpenEdge installation executable. - -psc_r
- Specifies record mode.
- -psc_f1=path\response-file
- Creates a response file in the directory represented by path. By default, the installation searches for the response file named oe_setup.ini in the same directory in which the setup.exe file is located.