Hi,

I have just finished an application that works with SQL Server, and I want to supply to my clients a setup project in order to give them the possibility to install all what is needed as fast as possible.

1. I am using Vuisal Studio C# express 2008
2. SQL Express 2008
3. .Net 3

I need to give my client the ability to install all what is needed in order to build and start the application in his PC

That means , provide SQL Server INstallation + .Net Installation + Project Installation
The installation process should check all needed components and provide them if they do not exist.

Thank you