Reputation: 533
I have created a setup project MyApplicationFull and i want to add the projects of my other two application MyApp1 & MyApp2, this should also include the setup.exe of both MyApp1 & MyApp2. How can i add all the projects and setup.exe's to MyApplicationFull and this on run should install two applications(MyApp1 & MyApp2).
I use .net 4.0 , WinForms,c#
thanks in advance
It throws this error when i debug. I thought there must be some wrong in the procedure i did.
error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended. c:\program files\microsoft visual studio 10.0\vc\atlmfc\include\atlcore.h ,MyApp2AddInShim
Upvotes: 0
Views: 78
Reputation: 12837
in the Solution Explorer right click on the solution, and select Add Existing Project...
Upvotes: 2