Deploying VSTO Office Add-Ins with Windows Installer

If you are creating Office add-ins you may find this two-part MSDN article useful. It describes how to install add-ins created with Visual Studio Tools for Office (VSTO) using Windows Installer. The article uses Visual Studio to create the MSI.

Published Fri, Aug 1 2008 12:38 by stefan

Comments

# re: Deploying VSTO Office Add-Ins with Windows Installer

I have some reservations with the solution this article details.  Using VDPROJ and Installer Class custom actions aren't the best way to go.   I blogged a few months ago about deploying an application with a tray app,  2003 and 2007 add-in and I believe it's a better solution.

Monday, August 04, 2008 10:32 AM by Christopher Painter