How to verify a dll has been unregistered/registered

W

Wensi Peng

Hi,

I am trying to unregistered a dll on many servers via a script remotely.
As a QA process how to remotely verify the dll has been unregistered
sucessfully ?

My command:
regsrv32 /u /s name.dll

Thanks,
Wensi
 
C

Crouchie1998

Firstly. Spoof your e-mail address unless you want to be SPAMMED

I never bother with the /s switch myself when unregistering..

Not sure how you can check unless you try to delete the file or move it... I
too would be interested in knowing the solution to this

Crouchie1998
BA (HONS) MCP MCSE
 
N

Nic Roche

As a QA process how to remotely verify the dll has been unregistered
sucessfully ?

Run regMon

Register the DLL

Check the RegMon log for RegWrites

For QA check that registry entries have been removed...


Nic Roche
 
M

Mark V

In said:
Hi,

I am trying to unregistered a dll on many servers via a script
remotely. As a QA process how to remotely verify the dll has
been unregistered sucessfully ?

My command:
regsrv32 /u /s name.dll

Nothing definitive but some rather crude initial ideas to consider...

Registry search fails to find any instance of "name.dll" after
unregistering and rebooting whereas it did before.

LISTDLLS.exe (Sysinternals) now fails to find any process loading
"name.dll" whereas it did before un-registering and rebooting.

Should you find a better idea or a tool, please post it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top