Consultor Eletrônico



Kbase P11725: Is it possible to check if the prox.dll was registered after
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

GOAL:

Is it possible to check if the prox.dll was registered after install?

FACT(s) (Environment):

Windows

FIX:

When the prox.dll is registered there are lots of changes made to the registry, it would be difficult and time consuming to try and check if these had been created.

Therefore it is not possible to know if the prox.dll registered or not unless an error message is displayed on install, but you could execute a script which could register the prox.dll after the install and check the ERRORLEVEL returned from the operating system.

example:
%DLC%\bin\regsvr32 /s %DLC%\bin\prox.dll
echo %ERRORLEVEL%

Different operating systems may return different ERRORLEVEL codes, therefore this is something which would need testing for customer requirements but it would be possible to manipulate the ERRORLEVEL as required to confirm if the prox.dll was registered or not.