Deployment Project Question

lotuseater

Member
Joined
Mar 31, 2009
Messages
5
Programming Experience
1-3
I am very new to Visual Studio, so bare with me.
There are several projects within my solution. I have added a deployment project that includes the primary output for each of my projects. I am able to make a working solution that installs the application files for all of my projects in the solution.
I would like to add the capability for the user to select which applications to install during the msi installation. If the user doesn't need all of the projects from the solution, this would allow the capability to install only the projects needed. Is there a way to do this? :confused:
 
Back
Top