如何在BHO中设置发布者名称

编程入门 行业动态 更新时间:2024-10-18 21:25:21
本文介绍了如何在BHO中设置发布者名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在C#中为Internet Explorer编写了BHO和工具栏。它们正在安装并正常工作。在IE8的manage add-ons窗口中,我可以看到我的BHO和工具栏。但是,两者的发布者名称都设置为控件名称不可用。如何设置发布者名称?

I have written a BHO and a toolbar for Internet Explorer in C#. They are getting installed and working properly. In the manage add-ons window in IE8, I am able to see both my BHO and toolbar. But, the publisher name of both is set to "Control name is not available". How can I set the publisher name?

推荐答案

两件事:

  • 您是否正在签署.dll?您需要在模块和安装包上签名。
  • 确保您的.dll在.rc文件中有一个VERSIONINFO资源。 这是文档,其中包含您可以提供的示例基本上剪切和粘贴。
  • Are you signing your .dll? You need to sign your modules as well as your installation package.
  • Make sure your .dll has a VERSIONINFO resource in your .rc file. Here's the documentation which has a sample you can basically cut and paste.
  • 更多推荐

    如何在BHO中设置发布者名称

    本文发布于:2023-11-14 09:40:21,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1586867.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:发布者   名称   如何在   BHO

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!