I'm having trouble with the following two items:
- How to retrieve all of the subkey values in ClassesRoot\Typelib, and;
- How to find a match for a known value (path/dll name) in the array of subkey values.
As background info, I'm trying to find a way to check if a DLL has been registered. Someone mentioned that checking ClassesRoot\Typelib for the DLL was one way of doing it, since I know the directory location and name of the DLL, but nothing else.
Does anyone have any tips? Cheers.