Consultor Eletrônico



Kbase P130666: Is it possible to make WebClient updates mandatory?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/04/2008
Status: Unverified

GOAL:

Is it possible to make WebClient updates mandatory?

GOAL:

Can WebClient updates be mandatory?

FACT(s) (Environment):

OpenEdge 10.x
Progress 9.x

FIX:

The first verification WebClient Initializer does is to determine that an acceptable version of WebClient is installed on your user?s system. The Initializer compares the installed versions of WebClient with the acceptable versions listed in the application configuration file.
If there is an acceptable but older version, the Initializer gives the user an opportunity to install the preferred version or run with an existing version.
If there is no older but acceptable version, the Initializer gives the user an opportunity to install the preferred version.

For any case where the user chooses to install the preferred version of WebClient, the Initializer opens a Web browser on the user?s system to the URL of the WebClient installation specified in the application configuration file and exits, allowing the user to continue with the installation over the Web.

If the user chooses to go with an acceptable version already installed, the Initializer proceeds with the next validation. Otherwise, the Initializer exits without proceeding.

Whatever WebClient version the user chooses to run, the user can activate a Don?t ask me this again toggle box to prevent notification of another update until you specify a different preferred version in the configuration file.
If WebClient Initializer finds that the application specified in the configuration file is not installed, one of the following happens:
If you use IntelliStream, the Initializer starts WebClient to install and start the application.
If you use an external installer, the Initializer opens your user?s Web browser to the URL of the application install page and exits.
Checking for required application updates
If WebClient Initializer finds that the installed version of the application is out of date, it gives the user an opportunity to update it.