Hello all,
I want to create a setup project that deploys several applications in a machine including 2 web applications, 4 windows services, 2 sql server databases and possibly other applications like windows forms applications.
All applications .NET developed with Visual Studio 2005.
I would like to have one single setup point that would contain a wizard that would get the necessary configuration for the setup and act accordign to it.
Is it possible to do this using one or several "Setup Project"s and or "Web Setup Project"s in Visual Studio 2005?
I could do one "Web Setup Project" that installs 1 web application together with the windows services and the database generation, but I couldn't figure out how to add more web applications.
Can you you give me some pointer on where to look for information regarding this multiple application setup?
Thanks!
Start Free Trial