开发者

Deploying IE9 extension

I'm looking at developing an IE9 extension (using the following as a reference How to get started with developing Internet Explorer extensions?) and I'm wondering how I am going to deploy it.

Both Firefox and Chrome have a "store" where you can browse plugins and then a common packaging mechanism/standard, but I haven't been able to find the same for IE... anyone have 开发者_StackOverflowany ideas?


You need to register the plugin as a COM addon, and add two entries to the registry. The post you linked to explains how to do both of these things.

You would deploy it as an installer package that does both of these things.


ActiveX controls are installed automatically (with user permission, if the administrator has not disabled this). It's all part of the ActiveX specification, which you can find at Microsoft.

http://msdn.microsoft.com/en-us/library/aa751970(v=vs.85).aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜