How to add prerequisites like PIAs, .Net framework to a C++ setup

P

PM

I have one setup project created in C++. That installs an Outlook Add-in.
I need to add prereqs like PIA and .Net framework to that setup.

Need help quickly..

Thanks in Advance
-PM
 
K

Ken Slovak - [MVP - Outlook]

How you do that depends on the installer you're using. If you're using the
VS installer you need to take a look at the deployment guides to see how to
add requirements and prerequisites to your installer. The one for VSTO is as
good as any for that even if you're not using VSTO. See
http://msdn2.microsoft.com/en-us/library/bb332051.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