I suppose my first question is Can this be done?
This is what I would like to do.
I have a directory with ActiveX Dll's, I would like to
go thru each Dll and check to see if it is registered in the registry, if it is NOT then I would execute a shell command to register it with regsvr32.exe
My question is How do I obtain the CLSID from the Dll, exp, or lib file in order to check the registry?
Or would it just be safer to unregister and register each one?
This is what I would like to do.
I have a directory with ActiveX Dll's, I would like to
go thru each Dll and check to see if it is registered in the registry, if it is NOT then I would execute a shell command to register it with regsvr32.exe
My question is How do I obtain the CLSID from the Dll, exp, or lib file in order to check the registry?
Or would it just be safer to unregister and register each one?