I am creating new classes in Visual Studio. Ultimately, they create DLL files that are automatically registered through the VS IDE.
The same DLLs (and only DLLs without TLBs) are sent to the client, where they are registered through the REGASM tool.
How can I determine which DLL files are registered by the client, which versions of these DLLs, and where these DLLs are located on the client machine?
I assume that all this is stored in the registry, I just don't know where.
Thanks Kit
source share