将发布者名称分配给IE加载项

将发布者名称分配给IE加载项

本文介绍了将发布者名称分配给IE加载项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi All

我使用C#.NET语言为Internet Explorer开发了一个附加组件/插件。为它创建了MSI安装程序,并且能够安装并与IE集成。但是,当我选中工具菜单下的管理加载项时,我的加载项没有分配发布者名称。如何将发布者名称设置为我的加载项?

Hi All

I have developed a add-on / plug-in for Internet Explorer using C#.NET language. Created MSI installer for it and could able to install and integrate it with IE. But when I checked Manage Add-Ons under Tools menu, my add-on has no publisher name assigned. How can I set the publisher name to my add-on?

请帮帮我。提前谢谢大家。

问候
Rambabu

Please help me. Thanking you all in advance.

Regards
Rambabu

推荐答案

我一直在寻找解决这个问题的方法,但还没有找到(除了用C ++重写你的工具栏)而不是使用.NET)。希望有人能为你的问题找到更好的答案。

I've been searching for a way to work around this and haven't found any yet (aside from rewriting your toolbar in C++ and not using .NET).  Hopefully someone has a better answer for your question.

Warren


这篇关于将发布者名称分配给IE加载项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 18:53