How to make choices for normal and modified setup

M

Mika M

Hi!

I'm not sure is this the right place for this question, but...

I have made three separate C#-windows forms projects into same solution
using Visual Studio 2005. These projects are using same database, but
are doing different tasks - so these are like different applications.
When I built deployment release and run setup, files and starting
shortcuts of these three applications will be installed into target
computer at the same time, and everything is working.

Now I should make modified type installing possibility to make it
possible to select which of these applications should be installed into
target computer. This means there should be selections for normal and
modified setup like in many common application packets use to have. How
can make modified setup possibility using Visual Studio 2005 "Setup and
Deployment"-project - or is this possible at all ?
 

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