Try OpenEdge Now
skip to main content
Installation and Configuration
Installation : Performing an OpenEdge Installation in Windows : OpenEdge Silent installation overview : Running the Silent installation : Understanding the response.ini file contents : Response.ini sample excerpt
 
Response.ini sample excerpt
The following example shows an excerpt from the automatically-generated response.ini file:

response.ini

[InstallShield Information]
Version=17.0.0.717

[Application]
Name=OpenEdge
Version=11.4
Company=Progress Software
File=Response File
;
; DESCRIPTION of Welcome Dialog
;
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[Welcome Dialog]
Result=1

;
; DESCRIPTION of Serial Number And Control Codes Dialog
;
; ProductCount - the number of products being installed.
; SerialNumber - the serial number of the product being installed.
; ControlNumber_1-0 - the first control code for the product being installed, where -0 indicates the first product.
; ControlNumber_2-0 - the second control code for the product being installed, where -0 indicates the first product.
; ControlNumber_3-0 - the third control code for the product being installed, where -0 indicates the first product.
; ControlNumber_1-1 - the first control code for the product being installed, where -1 indicates the second product.
; ControlNumber_2-1 - the second control code for the product being installed, where -1 indicates the second product.
; ControlNumber_3-1 - the third control code for the product being installed, where -1 indicates the second product.
; UseColorEditor - The only valid values are yes and no. This may be set to no when installing on operating system that allows bi-directional typing, such as Arabic or Hebrew.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;

[Serial Number And Control Codes Dialog]
ProductCount=11
SerialNumber-0=123456789
ControlNumber_1-0=Y8GR9
ControlNumber_2-0=YQHYC
ControlNumber_3-0=KMGYJ
SerialNumber-1=123456789
ControlNumber_1-1=Y9ESS
ControlNumber_2-1=3QHYM
ControlNumber_3-1=J4C?2
SerialNumber-2=123456789
ControlNumber_1-2=XZAS9
ControlNumber_2-2=3PHUC
ControlNumber_3-2=JMGY6
SerialNumber-3=123456789
ControlNumber_1-3=Y?ASS
ControlNumber_2-3=3QHYN
ControlNumber_3-3=KMC?6
SerialNumber-4=123456789
ControlNumber_1-4=X8ASS
ControlNumber_2-4=7QF3C
ControlNumber_3-4=J4CY2
SerialNumber-5=123456789
ControlNumber_1-5=XZGR9
ControlNumber_2-5=UQFYC
ControlNumber_3-5=3MGY2
SerialNumber-6=123456789
ControlNumber_1-6=Y8ES9
ControlNumber_2-6=7PH3D
ControlNumber_3-6=24G?3
SerialNumber-7=123456789
ControlNumber_1-7=Y9CR9
ControlNumber_2-7=YQH7D
ControlNumber_3-7=KMG?6
SerialNumber-8=123456789
ControlNumber_1-8=Y8GSS
ControlNumber_2-8=YQH7N
ControlNumber_3-8=2MGY7
SerialNumber-9=123456789
ControlNumber_1-9=Y8ASS
ControlNumber_2-9=UQHUC
ControlNumber_3-9=K4GY2
SerialNumber-10=123456789
ControlNumber_1-10=X8AR9
ControlNumber_2-10=UPFUM
ControlNumber_3-10=3MCY2
UseColorEditor=NULL
Result=1

;
; DESCRIPTION of TargetDirectory Dialog
;
; DestinationDirectory - identifies the directory in which you install your OpenEdge product software.
; WorkDirectory - identifies the directory in which your applications, databases, and log files will reside.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[TargetDirectory Dialog]
DestinationDirectory=C:\Progress\OpenEdge
WorkDirectory=C:\OpenEdge\WRK
Result=1

; DESCRIPTION of OEM TargetDirectory Dialog
;
; DestinationDirectory - identifies the directory in which you install your OpenEdge product software.
; WorkDirectory - identifies the directory in which your applications, databases, and log files will reside.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[OEM TargetDirectory Dialog]
DestinationDirectory=C:\Progress\oemgmt
WorkDirectory=C:\OpenEdge\wrk_oemgmt
Result=1
;
; DESCRIPTION of UserInstallationType Dialog
;
; InstallationType - identifies the type of product installation you plan to perform. The valid values are complete and custom.
; - A Complete installation installs all mandatory, recommended, and optional components and subcomponents of the OpenEdge products you are installing.
; - A Custom installation provides advanced users the opportunity to a product-by-product basis.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[UserInstallationType Dialog]
InstallationType=complete
Result=1

;
; DESCRIPTION of Configuring / Installing Components Dialog
;
; ConfigureSonicESBAdapter - used to indicate whether or not you want to manually configure the
; OpenEdge Adapter for Sonic ESB, or use default values.
; - a value of 0 indicates default values will be used.
; - a value of 1 indicates the SonicEsbProperties dialog will be used to set values.
; ConfigureWebSpeedMessenger - used to indicate whether or not you want to manually configure
; WebSpeed Messenger, or use default values.
; - a value of 0 indicates default values will be used.
; - a value of 1 indicates the WebServer Type dialog will be used to set values.
; InstallingProgressDynamics - used to indicate whether or not you want to install Progress Dynamics files.
;selectively install recommended and optional components and subcomponents on - a value of 0 indicates Progress Dynamics files will NOT be installed.
; - a value of 1 indicates Progress Dynamics files WILL be installed.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;

[Configuring / Installing Components Dialog]
ConfigureSonicESBAdapter=1
ConfigureWebSpeedMessenger=1
InstallingProgressDynamics=0
Result=1

;
; DESCRIPTION of Select Program Folder Dialog
;
; ShortcutFolder - the program folder in which your OpenEdge program shortcuts will appear.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[Select Program Folder Dialog]
ShortcutFolder=OpenEdge
Result=1
;
; DESCRIPTION of SonicEsbProperties Dialog
;
; ContainerName - identifies the Sonic ESB Container Name.
; DomainName - identifies the Sonic ESB Domain Name.
; ConnectionUrl - identifies the Connection URL to the Sonic ESB.
; UserName - identifies the User Name used to connect to the Sonic ESB.
; Password - identifies the Password used to validate the User Name.
; EsbHomeDirectory - identifies the directory where the Sonic ESB is installed.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
;
[SonicEsbProperties Dialog]
ContainerName=nbhydptripath7Container
DomainName=Domain1
ConnectionUrl=tcp://localhost:2506
UserName=Administrator
Password=Administrator
EsbHomeDirectory=unspecified
Result=0
;
; DESCRIPTION of WebServer Type Dialog
;
; ONLY one of the following Web Server types can be chosen by assigning a value of 1 to it. Assign a value of 0 to the remaining two Web Server types.
; ISAPI - This Microsoft Web Server (IIS) supports an "in memory" messenger (ISAPI) and the CGI messenger..
; NSAPI - This Web server supports an "in memory" messenger and the CGI (Common Gateway Interface) messenger.
; CGIIP - This Web server supports the CGI messenger that all Web servers support.
; ScriptDirectory - the directory in which you want the Web server scripts stored.
; DocRootDirectory - the root directory to which WebSpeed will add files needed for WebSpeed development.
; CopyStaticHtmlFiles - determines whether or not the install program is to copy WebSpeed Workshop html files to the Document Root directory.
; - a value of 0 indicates NO Static Html Files are to be copied.
; - a value of 1 indicates Static Html Files are to be copied
; CreateVirtualDirectory - a value of 1 enables an alias to be created that points to the HTML files for WebSpeed in the OpenEdge install directory and a value of 0 disables this functionality.
; - a value of 0 indicates NO the Virtual Directory is to be created.
; - a value of 1 indicates the Virtual Directory is to be created.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;

[WebServer Type Dialog]
DocRootDirectory=C:\Progress\OpenEdge\root
ISAPI=1
NSAPI=0
CGIIP=0
CopyStaticHtmlFiles=1
CreateVirtualDirectory=0
Result=1
ScriptDirectory=C:\Progress\OpenEdge\script
;
; DESCRIPTION of LanguageChoice Dialog
;
; DefaultLanguage - identifies the language in which PROMSGS appears by default.
; DefaultCountry - identifies the country of the language in which PROMSGS appears by default.
; -Valid values are:
; Australia
; Austria
; Belgium
; Brazil
; Canada
; Czech_Republic
; Finland
; France
; Germany
; Italy
; Netherlands
; Poland
; Portugal
; Spain
; Sweden
; Switzerland
; United_Kingdom
; United_States
; Languages - used to choose additional languages.
; -Valid values are:
; Czech
; Dutch
; English - American
; English - International
; French
; German
; Italian
; Polish
; Portuguese
; Portuguese - Brazilian
; Spanish
; Spanish - Latin
; Swedish
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[LanguageChoice Dialog]
DefaultLanguage=English - American
DefaultCountry=United_States
Languages=,,,,,,,,,,,,English - American
Result=1

; DESCRIPTION of International Settings Dialog
;; CharacterSet - identifies the -cpinternal and -cpstream values included in the startup.pf file.
; Collation - identifies the -cpcoll value included in the startup.pf file.
; Case - identifies the -cpcase value included in the startup.pf file.
; DateFormat - identifies the -d value included in the startup.pf file.
; NumberFormat - identifies the number format value.
; NumberSeparator - identifies the -numsep value included in the startup.pf file.
; NumberDecimalPoint - identifies the -numdec value included in the startup.pf file.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;[International Settings Dialog]
CharacterSet=ISO8859-1
Collation=Basic
Case=Basic
DateFormat=mdy
NumberFormat=1,234.56 (comma, period)
NumberSeparator=44
NumberDecimalPoint=46
Result=1

;
; DESCRIPTION of Web Services Adapter Settings Dialog
;
; WsaSampleServletUrl - this value defines the location for the sample Web Services Adapter's Java Servlet.
; DisableWsaSecurity - indicates whether or not you want to disable the default WSA security setting.
; - a value of 0 indicates you do NOT want to disable the default WSA security setting.
; - a value of 1 indicates you want to disable the default WSA security setting.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[Web Services Adapter Settings Dialog]
WsaSampleServletUrl=http://NBHYDPTRIPATH7:80/wsa/wsa1
DisableWsaSecurity=1
Result=1

;
; DESCRIPTION of AdminServer Authorization Options Dialog
;
; GroupList - is a colon separated list of group names authorized to start the Admin Server.
; RequireUsernameAndPassword - is used to require a Username and Password before allowing the OpenEdge Admin Server to be started.
; EnableGroupChecking - is used to enable the group authorization checking.
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[AdminServer Authorization Options Dialog]
GroupList=PSCAdmin
RequireUsernameAndPassword=0
EnableGroupChecking=0
Result=1

[PscDlgGetDevEnvironments]
Sonic_Env=0
Other_Env=0
;
; DESCRIPTION of Summary Dialog
;
; Result - is used as the return code for this section. Only a value of 1 is acceptable.
;
[Summary Dialog]
Result=1
[Installed Products]
ProductCount=11
Product 157=Progress Dev Studio OE
Product 111=OE Application Svr Basic
Product 42=OE Ultra Controls .NET
Product 108=OE DataServer MS SQL Svr

[Product 157]
_Component_NetSetup=1
__SubComponent_Client-Side Security (r)=1
_Component_Development Data Source Options=1
__SubComponent_Oracle Client=1
__SubComponent_Data Direct ODBC Driver Support=1
_Component_Other Options=1
__SubComponent_Results (Graphical)=1
_Component_Open Client Adapter Options (r)=1
__SubComponent_AppServer Internet Adapter (r)=1
__SubComponent_OpenEdge Adapter for SonicMQ (r)=1
__SubComponent_DotNET Client Support (r)=1
__SubComponent_Java Client Support (r)=1
__SubComponent_OpenEdge Adapter for SonicESB (r)=1
__SubComponent_Web Services Admin Enabler (r)=1
__SubComponent_Web Services Schema (r)=1
__SubComponent_DotNET Messages (r)=1
_Component_Studio Admin and Configuration (r)=1
__SubComponent_Toolkit (r)=1
__SubComponent_Name Server (r)=1
__SubComponent_Character Administration (r)=1
_Component_Application Server Options (r)=1
__SubComponent_WebSpeed Messenger (r)=1
__SubComponent_ADM GUI Runtime (r)=1
__SubComponent_AppServer - Dev (r)=1
__SubComponent_Transaction Server - Dev (r)=1
__SubComponent_Character Client - WebSpeed (r)=1
__SubComponent_Procedure Editor - CHAR Recommen (r)=1
_Component_Client-Side Web Services (r)=1
__SubComponent_Web Services Basic (r)=1
__SubComponent_WSDL Analyzer (r)=1
_Component_OEBuild Utility (r)=1
_Component_Progress Developer Studio AppBuilder (r)=1
__SubComponent_Compile Tool - CHAR=1
__SubComponent_Compile Tool GUI (r)=1
__SubComponent_WebSpeed Workshop Dev (r)=1
_Component_Progress Developer Studio Development (r)=1
__SubComponent_Character Client - RT=1
__SubComponent_Character Image=1
__SubComponent_Application Debugger (r)=1
__SubComponent_WebClient Assembler Utilities (r)=1
__SubComponent_Progress Developer Studio (r)=1
__SubComponent_Progress Dynamics - Progress Developer Studio for OE=1
__SubComponent_Progress Dynamics RT - Progress Developer Studio for OE=1
__SubComponent_XSD-4GL (r)=1

[Product 111]
__SubComponent_Client-Side Security (r)=1
_Component_Open Client Adapter Options Basic (r)=1
__SubComponent_AppServer Internet Adapter (r)=1
__SubComponent_OpenEdge Adapter for SonicMQ (r)=1
__SubComponent_Java Client Support (r)=1
__SubComponent_DotNET Messages (r)=1
_Component_Server Data Source Options=1
__SubComponent_Oracle Client=1
__SubComponent_Data Direct ODBC Driver Support=1
_Component_Basic Server Options (r)=1
__SubComponent_WebSpeed Messenger (r)=1
__SubComponent_AppServer - Basic (r)=1
__SubComponent_Transaction Server - Basic (r)=1
__SubComponent_Name Server (r)=1
__SubComponent_ADM GUI Runtime (r)=1
__SubComponent_Character Client - WebSpeed (r)=1
_Component_OEBuild Utility (r)=1
_Component_Client-Side Web Services Deploy (r)=1
__SubComponent_Web Services Basic (r)=1
__SubComponent_Web Services Schema (r)=1

[Product 108]
_Component_NetSetup=1
_Component_Character Database Admin Tools -=1
_Component_Character Base Tools - Optional=1
__SubComponent_ADM Runtime - CHAR=1
_Component_Character Image - Dev - Optional=1
_Component_Character Runtime Client-Dev-Opt=1
__SubComponent_Client-Side Security (r)=1
_Component_Open Client Adapter Options Basic (r)=1
__SubComponent_AppServer Internet Adapter (r)=1
__SubComponent_OpenEdge Adapter for SonicMQ (r)=1
__SubComponent_Java Client Support (r)=1
__SubComponent_DotNET Messages (r)=1
_Component_OEBuild Utility (r)=1

[Product 8]
__SubComponent_Client-Side Security (r)=1
__SubComponent_German=1
__SubComponent_Spanish=1
__SubComponent_French=1
__SubComponent_Dutch=1
__SubComponent_Portuguese=1
__SubComponent_Swedish=1
__SubComponent_Czech=1
__SubComponent_Polish=1
__SubComponent_Italian=1
__SubComponent_Portuguese - Brazilian=1
__SubComponent_Spanish - Latin=1
__SubComponent_English - International=1
__SubComponent_English - American=1

[Product 311]
__SubComponent_Client-Side Security (r)=1

[Product 21]
__SubComponent_Client-Side Security (r)=1

[Product 343]
__SubComponent_Web Services Admin Enabler (r)=1
__SubComponent_Client-Side Security (r)=1

[Product 105]
_Component_NetSetup=1
__SubComponent_Character Administration Tools=1
__SubComponent_Compile Tool - CHAR=1
__SubComponent_Oracle Client=1
__SubComponent_Character Client - 4GL=1
__SubComponent_Compile Tool - GUI=1
_SubComponent_Web Services Schema (r)=1
__SubComponent_ADM Runtime - CHAR=1
__SubComponent_ADM Runtime - GUI=1
__SubComponent_Character Image=1
__SubComponent_Procedure Editor - CHAR Optional=1
__SubComponent_Client-Side Security (r)=1
_Component_OpenEdge SQL ODBC Clients=1
_Component_OpenEdge SQL JDBC Clients=1
_Component_OpenEdge ESQL/C Clients=1
_Component_Open Client Adapter Options Basic (r)=1
__SubComponent_AppServer Internet Adapter (r)=1
__SubComponent_OpenEdge Adapter for SonicMQ (r)=1
__SubComponent_Java Client Support (r)=1
__SubComponent_DotNET Messages (r)=1
_Component_OEBuild Utility (r)=1
_Component_Failover Clusters (r)=1
_Component_Client-Side Web Services Deploy (r)=1
__SubComponent_Web Services Basic (r)=1