views:

74

answers:

1

I need help building a customized Installer using visual studio 2008 to install Office 2007 (add-in) tool bars that I have made.

How can I create installers for Add-ins I've made?

+2  A: 

There's a 2-part series on MSDN outlining this in detail:

Deploying a Visual Studio Tools for the Office System 3.0 Solution for the 2007 Microsoft Office System Using Windows Installer (Part 1 of 2) and (Part 2 of 2)

mdb