【问题标题】:Change the name in disabling an IE toolbar addon在禁用 IE 工具栏插件时更改名称
【发布时间】:2012-03-30 13:22:18
【问题描述】:

请看一下。

http://i.stack.imgur.com/stoI7.jpg

我已经阅读了这篇文章 How to set the name of an bho (visible in the addon options in ie)

但我在我的项目中找不到 .rgs 文件或 ForceRemove

另外,如何使其成为经过验证的插件?

谢谢。

ps。我正在使用带有 C# 的 VS2010

【问题讨论】:

    标签: c# visual-studio internet-explorer bho add-on


    【解决方案1】:

    为了验证插件,您需要使用 signtool 使用从任何第三方认证获得的适当证书对 IE BHO 程序集进行签名。

    使用标志工具:

    SignTool 签名 /fMyCert.pfx /pMyPassword MyControl.exe

    .pfx 文件是您从第三方证书存储中获取的文件

    password - pfx 的密码

    MyControl.exe .....在这里你传入了你的 IE BHO dll 名称...

    希望这个对你有帮助....

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-27
      • 2017-11-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多