dependencies not showing up in visual studio setup project

S

smbolster

I am trying to create a setup project or use the one that comes with
vsto but in the dependencies I cannot get the dependencies that are
needed to show up in the list. These dependencies are:


1. Microsoft Office 2003 Primary Interop Assemblies
2. 2007 Microsoft Office Primary Interop Assemblies
3. Microsoft Visual Studio 2005 Tools for Office SE Runtime

Anybody have any ideas how to add these in?
 
S

smbolster

OK, figured this one out on my own but for any who has not:

You will need to know where you installed vsto

in that directory there is a directory called packages. Copy the
contents of the packages folder into C:\Program Files\Microsoft Visual
Studio 8\SDK\v2.0\BootStrapper\Packages or where the bootstrapper is
for your installation of Visual Studio.

http://msdn2.microsoft.com/en-us/library/ms165429(VS.80).aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top