I have a custom add-in that implements IDTExtensibility2, IDTCommandTarget interfaces. I'm looking in to make it accessible throw visual studio extension gallery and have a few questions:
- Can add-ins be installed from the extension gallery? My impression is that I can create a .msi and a link to it , is that right?
- Can I convert the add-in to an extension VSIX package, is there any example of how to use DTE from extensions?