0

I've created a Visual Studio Add-in. Now I would like to create a deployable package so that other users could install the add-in on their machine. How could I do so?

Thanks

Bill
  • 2,026
  • 9
  • 55
  • 99

1 Answers1

0

Deploying an add-in requires to copy the add-in dll(s) to some folder and create a XML .AddIn file in a predefined folder where VS can locate it where a entry of the XML file points to the add-in assembly.

For articles about the prefedined folders for .AddIn files and about creating a setup see the "Articles about installing and uninstalling" section of my web site:

http://www.visualstudioextensibility.com/articles/add-ins/

Carlos Quintero
  • 4,300
  • 1
  • 11
  • 18