I have a project that references a COM dll, and the Interop assembly is available and visible in my project, but I would like to locate the actual COM dll and dependencies, so that I can build a complete deployment package.
Short of just searching the registry in Regedit, is there anything else I can do to get a grip on this COM package?