I created a plugin for Internet Explorer (ActiveX object) and installed it successfully, but in browser it appear in front of the name (not verified).
Here are the registry values:
string buttonPath = @"SOFTWARE\Microsoft\Internet Explorer\Extensions\" + t.GUID.ToString("B");
RegistryKey But= Registry.LocalMachine.CreateSubKey(buttonPath);
But.SetValue("ButtonText", "****");
But.SetValue("Default Visible", "Yes");
But.SetValue("Icon", "C:\\BB.ico");
But.SetValue("HotIcon", "C:\\bB.ico");
But.SetValue("CLSID", "{1FBA04EE-3024-11D2-8F1F-0000F87ABD16}");
But.SetValue("ClsidExtension", "{" + Guid + "}");
But.Close();
Why does it happen and how can I fix it?
You should sign it first。
1.get a cert
2.sign it
3.publish