Run the Microsoft Windows Installer Package for Client Networking
- Last Updated: April 8, 2024
- 3 minute read
- OpenEdge
- Version 12.2
- Documentation
OpenEdge includes the Microsoft Windows Installer package for OpenEdge client networking. You can run the installer interactively or in silent mode. By creating a script to run the installer in silent mode, you can distribute and maintain client networking throughout your environment quickly and easily.
The Windows Installer package for client networking is available in both 32-bit and 64-bit versions from the Progress Software Download Center.
Install client networking interactively
To launch the Windows Installer package, you must have administrator privileges on the machine where you are installing the client networking software. For information about planning your installation, see Before You Install.
Use the Windows Installer package to:
- Close all applications before launching the installer.
Running applications or tasks may interfere with the installation because they could use files that OpenEdge needs to complete the installation. Stop any processes that are running and close any files that are located in the same directory where you want to install client networking.
- Find the PROGRESS_OE_12.2_WIN_<ARCH>_CLIENTNETWORKING.exe
file (where
<ARCH>indicates architecture of a system, either 32-bit or 64-bit) and launch it. The Welcome dialog box is displayed. Click Next. - In the Choose Java Home dialog box, click Browse, and find the location of the JDK installation for the Java Home Directory. Click Next.
- In the License Agreement
dialog box, select the option to accept the license agreement, and click
Next.
If the client networking software is not already installed, the Choose Destination and Working Path Directories dialog box is displayed.
If the client networking software is already installed, then the Program Maintenance dialog box is displayed, enabling you to change, repair, or uninstall client networking. See Change, repair, or remove the client networking software.
- After you choose the destination and working directories for the client networking software, click Next.
- In the Language Choice dialog box, select the language you want your messages to appear in, and click Next.
- In the International Settings dialog box, select the
options you want for the following, and click Next:
- Character set, collation, and case
- Date format
- Number format
- When you are satisfied with your choices, click Install.
The installation may take several minutes.
- When the the installation is complete, click Finish.
- To license the software, generate the OpenEdge configuration file,
progress.cfg, and move it the same directory where you installed the client networking software. For more information, see Obtain the progress.cfg file.Note: If you put the configuration file in a directory other than the one where the client networking software is installed, then add the PROCFG environment variable and set the complete path of the configuration file (progress.cfg) as the value of PROCFG.
Install client networking in silent mode
You can run the Windows Installer package for client networking in silent mode by executing the following command and setting these properties:
|
ARCHindicates the architecture of a system, either 32-bit or 64-bit.- logfile.log parameter is the full path for an optional log file.
| Property name | Description | Valid Values |
|---|---|---|
INSTALLDIR |
Fully qualified path to the directory in which the OpenEdge client networking software is installed. | NA |
WRK |
Fully qualified path to your working directory. | NA |
JAVAHOME |
Fully qualified path to your Java install directory. | NA |
PSCLANGUAGE |
Additional languages that can be used in messages generated by the client networking software. |
|
DEFAULTLANGUAGE |
Default language to be used in messages generated by the client networking software. |
|
DEFAULTCOUNTRY |
Nation where the client networking software is installed. |
|
CHARACTERSET |
Character set used by the default language.
Aligns with the -cpinternal and
-cpstream values included in
the $DLC/startup.pf
file. |
Valid values for the combination of
|
COLLATION |
Sorting rules and accent sensitivity properties that correspond to the default language. | |
CASE |
Distinction between uppercase and lowercase letters that correspond to the default language. | |
NUMBERFORMAT |
Character format used to store, manage and display numeric data as per the international convention. |
|
NUMBERSEPARATOR |
Character used to separate the different groupings of digits (hundreds, thousands). |
|
NUMBERDECIMALPOINT |
Character used to separate the integer segment from the fractional segment of a number. |
|
DATEFORMAT |
Specify date format used to display dates in an application using a
three-character string of the letters: d, m, and y in any order. Its
value aligns with the -d value
included in the $DLC/startup.pf file |
|
Change, repair, or remove the client networking software
If the client networking software is already installed on your machine, you can run the Windows Installer package to change, repair, or remove client networking. Launch the installer and make your changes.
Uninstalling client networking also removes the configuration information from the registry so that no conflicts occur with subsequent OpenEdge installations.