Run the Microsoft Windows Installer for OpenEdge WebClient
- Last Updated: April 2, 2024
- 3 minute read
- OpenEdge
- Version 12.8
- Documentation
You can install the OpenEdge WebClient through Microsoft Windows Installer (MSI) on either a single system or multiple systems on your network, depending on your requirements. You can also easily upgrade or uninstall the WebClient using MSI.
As an administrator or non-administrator, you can run the OpenEdge WebClient MSI package in interactive or silent mode. You can download both 32-bit and 64-bit versions of the OpenEdge WebClient MSI package from the Progress Software Download Center.
Before you install
- As a non-administrator user, ensure that Microsoft Visual C++ 2015-2022 Redistributables package is installed on your system.
- Close all applications. Any running application or task may interfere with the installation if it uses the files that WebClient needs to complete the installation. Stop any running process and close any file located in the same directory where you want to install WebClient.
Install OpenEdge WebClient in interactive mode
To install the OpenEdge WebClient through MSI in interactive mode, perform the following steps:
- Find the PROGRESS_OE_<Version>_WIN_<ARCH>_WEBCLIENT.msi file and open it.
- In the Welcome dialog box, click Next.
- In the License Agreement dialog box, select the option to accept the license agreement and click Next.
- In the Proxy Server dialog box, perform one of the following actions
based on whether your system is connected to a local network that uses an HTTP
proxy server:
- If your system is connected to a local network that uses an HTTP proxy server, type the proxy host and proxy port details in their respective fields and click Next.
- If your system is not connected to a local network that uses an HTTP proxy server, click Next.
- In the Choose WebClient Destination Location dialog box, specify the location where you want to install the OpenEdge WebClient and click Next.
- In the Language dialog box, select your preferred language for displaying messages and click Next.
- In the Choose WebClient Application Destination Location dialog box, specify the location of your OpenEdge WebClient application and click Next.
- In the Start Copying Files dialog box, review the
settings, including the destination folders of both WebClient and WebClient
application. Click Install.Note: The installation may take several minutes.
- Click Finish after the installation is complete.
Install OpenEdge WebClient in silent mode
To install the OpenEdge WebClient through MSI in silent mode, execute the following command and set the required properties:
|
Versionindicates the actual release version of OpenEdge WebClient.ARCHindicates the architecture of a system, either 32-bit or 64-bit.
The following table describes the properties that you specify for the silent mode installation:
| Property name | Description |
|---|---|
logfile.log |
Specifies the complete path of the optional log file. |
PROXYHOST |
Specifies the address of the proxy server. |
PROXYPORT |
Specifies the port number on which the proxy server receives requests. |
PSCLANGUAGE |
Specifies additional languages that can be used in messages. Valid
values are cze, dut, ame, eng,
fre, ger, ita, pol,
por, brz, spa, sla,
swe, or sch. |
INSTALLDIR |
Specifies the fully-qualified path to the directory in which the OpenEdge WebClient is installed. |
APPSDIR |
Specifies the fully-qualified path to the directory in which the OpenEdge WebClient application is installed. |
Upgrade the OpenEdge WebClient
You can upgrade the OpenEdge WebClient to access new features, enhancements, bug fixes, and so on.
msiexec.exe /i PROGRESS_OE_<Version>_WIN_<ARCH>_WEBCLIENT.msi REINSTALLMODE=vomus REINSTALL=ALL
Versionindicates the actual release version of OpenEdge WebClient.ARCHindicates the architecture of a system, either 32-bit or 64-bit.
Remove the OpenEdge WebClient
To remove the OpenEdge WebClient from your system, you can uninstall it either from the Windows Control Panel or by executing the following command:
msiexe.exe /x PROGRESS_OE_<Version>_WIN_<ARCH>_WEBCLIENT.msi
Versionindicates the actual release version of OpenEdge WebClient.ARCHindicates the architecture of a system, either 32-bit or 64-bit.