I'm looking to develop an IE9 extension (using the following link How do I get started with developing Internet Explorer extensions? ), And I wonder how I'm going to deploy it.
Firefox and Chrome have a βstoreβ where you can view plugins and then the general packaging mechanism / standard, but I could not find the same for IE ... does anyone have any ideas?
You need to register the plugin as a COM addon and add two entries to the registry. The post you linked explains how to do both of these things.
You deploy it as an installer package that does both of these things.
ActiveX controls are installed automatically (with the permission of the user, unless the administrator has disabled it). All of this is part of the ActiveX specification that you can find at Microsoft.
http://msdn.microsoft.com/en-us/library/aa751970(v=vs.85).aspx
Source: https://habr.com/ru/post/887028/More articles:Ruby on Rails - Iterate decimal numbers for rating field - ruby ββ| fooobar.comAndroid - problems with menu items with the ability to check - androidmysqli insert_id () - phpfunction value in c / c ++ - c ++How to send JSON data as request body in Apache CXF jax-rs (REST) ββ- javaWhere is the mount point for iPod / iPhone on Mac? - command-linegetElementsByTagName (). length returns zero - javascriptWhat is the meaning of a transaction? - java-eeMatch all lines with four spaces - javascriptgetElementsByTagName ("div"). length returns zero for any web page - javascriptAll Articles