How to set the name of an bho (visible in the addo

2019-02-25 02:42发布

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

1条回答
手持菜刀,她持情操
2楼-- · 2019-02-25 03:00

This information is stored in .rgs file in your project. Look for a string like

ForceRemove {29DFE920-26AD-4377-8FCB-0E7A34A41199} = s 'NameIEBHO Class'
查看更多
登录 后发表回答