; DESCRIPTION of Configuration Count
;
; ProductCount - the number of products being installed.
;
;
; DESCRIPTION of OpenEdge Explorer
;
; enable - indicates whether or not you want to enable the OpenEdge Explorer functionality.
; - a value of false indicates you do NOT want to enable the OpenEdge Explorer functionality.
; - a value of true indicates you want to enable the OpenEdge Explorer functionality.
;
[OpenEdge Explorer]
;
; enable - indicates whether or not you want to enable the OpenEdge Explorer functionality.
; - a value of false indicates you do NOT want to enable the OpenEdge Explorer
; functionality.
;
- a value of true indicates you want to enable the OpenEdge Explorer functionality.
;
[OpenEdge Explorer]
enable=true
;
; DESCRIPTION of Java
;
; jdkHomePath - the root directory where the Java Development Kit is installed
; jvmAllowUnsupported - this setting allows an install to continue when the detected java version is different than what was used for testing
; path - identifies the directory in which you install your OpenEdge product software.
; workpath - identifies the directory in which your applications, databases,
; and log files will reside.
; oem_path - identifies the directory in which you install your Management product software.
; oem_workpath - identifies the directory in which your Management applications, databases, and log files will reside.
;
[Type and Destination]
type=COMPLETE
path=/usr/dlc
workpath=/usr/wrk
oem_path=/usr/oemgmt
oem_workpath=/usr/wrk_oemgmt
;
; DESCRIPTION of Server Engine
;
; UseSqlServerEngine - valid values are 0 and 1.
; 0 - indicates that the SQL Database Engine is to not be installed.
; 1 - indicates that the SQL Database Engine is to be installed.
;
[Server Engine]
UseSqlServerEngine=1
;
;
; DESCRIPTION of SonicEsbAdapter;
;
esbdomain - identifies the Sonic ESB Domain Name.
; esburl - identifies the Connection URL to the Sonic ESB.
; esbusername - identifies the User Name used to connect to the Sonic ESB.
; esbpassword - identifies the Password used to validate the User Name.
; esbpath - identifies the directory where the Sonic ESB is installed.
; esbcontainername - identifies the Sonic ESB Container Name.
;
;
;
;DESCRIPTION of Language Default
;
;
;DefaultLanguage - identifies the language in which PROMSGS appears by default.
; -Valid values are:
; Czech
; Dutch
; English - American
; English - International
; French
; German
; Italian
; Polish
; Portuguese
; Portuguese - Brazilian
; Spanish
; Spanish - Latin
; Swedish
;
[Language Default]
DefaultLanguage=English - International
[Language Choice]
lang1=English - International
;
;DESCRIPTION of International Settings
;
;
; cpinternal - identifies the -cpinternal and -cpstream values included in the startup.pf file.
; cpcollation - identifies the -cpcoll value included in the startup.pf file.
; cpcase - identifies the -cpcase value included in the startup.pf file.
; dateformat - identifies the -d value included in the startup.pf file.
; numsep - identifies the -numsep value included in the startup.pf file.
; numdec - identifies the -numdec value included in the startup.pf file.