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.
 
Top