Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I need help regarding creating setup in VS2008.
I have a solution containing three different projects, and a setup project.
I want to make a setup program such a way that depending upon user requirement i will install either all or one or two projects. Just like if there are 3 different modules of one software, they will be install according to user requirement.
Thanks in advance.
I need this urgent help.
Posted

Have a look at conditional compiling here[^].

You can setup choices[^] during install.
 
Share this answer
 
v2
You can use custom install class. Intaller class helps to customize the installation process. Hope this will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900