How to add "Publisher" name to Custom Add ons in IE
-
Hi All, I have developed one Add ons for Internet explorer. Now I want to add Publisher name for add ones. When you will click on Tools->manage Add ons on IE, You will see list of publisher name like Google , yahoo for there ad ons.I want to add such publisher name for add ons.Is it related to code signing of application? plz send me some hint.... Thanks abm
-
Hi All, I have developed one Add ons for Internet explorer. Now I want to add Publisher name for add ones. When you will click on Tools->manage Add ons on IE, You will see list of publisher name like Google , yahoo for there ad ons.I want to add such publisher name for add ons.Is it related to code signing of application? plz send me some hint.... Thanks abm
As you have mentioned, IE add-ons need to be digitally signed so that publisher information is displayed in Manage Add-on window. You can take a look at the section "Digitally Sign your Control" at http://msdn.microsoft.com/en-us/library/bb250471(VS.85).aspx[^]