How to set the name of an bho (visible in the addon options in ie)

瘦欲@ 提交于 2019-12-02 01:15:31

问题


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:


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

ForceRemove {29DFE920-26AD-4377-8FCB-0E7A34A41199} = s 'NameIEBHO Class'


来源:https://stackoverflow.com/questions/5647437/how-to-set-the-name-of-an-bho-visible-in-the-addon-options-in-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!