dependencies not showing up in visual studio setup project

  • Thread starter Thread starter smbolster
  • Start date Start date
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?
 
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
 
Back
Top