Re: How to verify a dll has been unregistered/registered by Nic
Nic
Fri Apr 29 01:59:00 CDT 2005
> 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
"Wensi Peng" <wensi_peng@hotmail.com> wrote in message
news:%23aMENZDTFHA.612@TK2MSFTNGP12.phx.gbl...
> 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
>
>
>