Link to home
Start Free TrialLog in
Avatar of alaingated
alaingated

asked on

nmodcod.dll,winsck.ocx(tcpip) and registry

Hi i would like to know how can i check if these two files have been registred in a pc.

because i use a tcpip component i know that i have to register these files using regsvr32-s filename, but i want to check first if the have been  already registered

thanks in advance.
Avatar of rwilson032697
rwilson032697

How do you want to check if they are registered? By running regedit, from within a Delphi app or some other way?

Raymond.
First of all you have to find out one GUID of each dll. Then you could look if this GUID is found in the registry under
  HKEY_CLASSES_ROOT\CLSID\{---guid---}

Regards, Madshi.
ASKER CERTIFIED SOLUTION
Avatar of leon321
leon321

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial