Quick question – I’ve finished building an outlook add-in in VS2010, .NET 4.0. I was hoping to deploy it as a single file, as opposed to the collection of files that are in the bin folder. Is there a way to build it as a single file, or any other suggestions on the easiest way to deploy it to multiple users?
Thanks a lot – KCross
Easiest way to deploy a vsto add-in is using clickonce. For more advanced scenarios it is possible to build a msi package with a vs setup project or wix.
http://msdn.microsoft.com/en-us/library/bb386179.aspx