0
votes

I created VSTO Outlook plugin. In my dev environment, it runs perfect. How can I packing and deploy the VSTO Outlook plugin (outside my dev environment)?

Regards Stefan

1

1 Answers

0
votes

There are two main ways for deploying Office based COM add-ins:

  1. Create an MSI installer, see Deploy an Office solution by using Windows Installer for more information.
  2. Create a lightweight web-based installer ClickOnce, read more about that technology in the Deploy an Office solution by using ClickOnce article.