Is there a way to read the corresponding registry key from a dll file?
Regedit must read the embedded data from the dll itself in order to register the dll with the key that was created for that dll.
Thank you in advance for any help.
Printable View
Is there a way to read the corresponding registry key from a dll file?
Regedit must read the embedded data from the dll itself in order to register the dll with the key that was created for that dll.
Thank you in advance for any help.
Bit of a late reply! Just discovered this neat site.
Use TypeLib Information (SYSTEM32\TLBINF32.dll) and TLIApplication gives you all this.
Ta
Andrew