Thread: How do I add VSTO as a prerequisite to my .NET setup?

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    14

    How do I add VSTO as a prerequisite to my .NET setup?

    I have a .NET project (written in C#) that is a plug-in for Outlook. For this to work, I need VSTO installed on the machine. This is why I would like VSTO to be a prerequisite to my Setup, but it's not listed. Help, anyone?

    Thanks in advance.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    I'm unsure as to the details, since I never used VSTO. But you add prerequisites from your Setup project.

    - Add a setup project to your solution.
    - Select the newly created project on the solution explorer pane
    - From the Project menu, select Properties
    - Make sure you are in the Release configuration and click the Prerequisites button
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Registered User
    Join Date
    Jul 2010
    Posts
    14
    I did that, but VSTO is not part of those prerequisites.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM
  2. Add and delete functions
    By Ana Val sazi in forum C++ Programming
    Replies: 5
    Last Post: 06-18-2002, 09:59 PM
  3. .NET; What is your opinion?
    By CompiledMonkey in forum A Brief History of Cprogramming.com
    Replies: 33
    Last Post: 05-07-2002, 12:49 AM
  4. .net
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 02-15-2002, 01:15 AM
  5. Can somebody test this code please
    By andy bee in forum C Programming
    Replies: 6
    Last Post: 10-09-2001, 03:08 PM