The VSTO Folks just released a new sample on Deploying a VSTO 3.0 solution for the Office 2007 using Windows Installers.
The code samples are written in Visual Basic and C#. The folowing list of projects and samples describes how you can integrate these into your solution to deploy with a Windows Installer file.Projects - you can add these custom actions to your setup project.1. Component Check2. ClickOnceCustomActions - install into the ClickOnce cache3. DocumentManifestCustomActions - update the document custom properties to point to the assembly4. InclusionListCustomActions - add an entry to pre-trust your solution
Samples1. Basic installer - Hello World add-in2. Additional components - #1 + helper library3. Inclusion list4. Change Manifest5. ClickOnce cache
http://code.msdn.microsoft.com/VSTO3MSI