How can I rename the name of a browser helper object. The normal information in the properties of the dll are all fine. However when I open Internet Explorer to view the Addons the name of my Addon is NameIEBHO Class
- The DLL is signed
- The VERSIONINFO is set (it includes CompanyName, FileDescription, FileVersion, InternalName, LegalCopyright, OriginalFilename, ProductName and ProductVersion)
What do I have to modify to change the name shown in Internet Explorer?
The Information in How can i set the name of IE Extension (BHO In IE) did not help