Sweet, thanks guys. I figured this was the only way.Originally posted by: MrChad
You can search for the filename under HKEY_CLASSES_ROOT in the registry. That's not a guarantee that the DLL will work, but it's better than nothing.
If you know the class name for the COM object contained within the DLL, you can instantiate it using a tool like Oleview (bundled with Visual Studio if you have that installed). Instantiating the object is a better test than searching the registry.