Consultor Eletrônico



Kbase P16915: How to remove the Powered by Progress Screen
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/19/2003
Status: Unverified

GOAL:

How to suppress the Progress Splash Screen

GOAL:

How to get rid of Powered by Progress Screen

GOAL:

How to remove the Progress Title Screen

FACT(s) (Environment):

Progress 9.1C

FIX:

In the Progress Version 9.1C release, a splash screen "Powered by Progress" was introduced that displays at the startup of a GUI or Web client. There are two ways to supress this screen:

Add the following line in the [startup] section of the Progress initialization file (progress.ini by default)

nosplash=yes

Run ini2reg.exe to update the registry unless the "-basekey INI" and/or -ininame parameters are being used.

or amend the registry key on the server and clients:

Under HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\9.1C\Startup, in the windows registry, add the following string:

nosplash=yes

alternatively, replace the %DLC%\bin\splashscreen.bmp with another suitable .bmp to be displayed at startup.