Salam


I am working on VS 2010 and of course it uses .Net Framework 4.0 to compile, run the applications.
I have made a deployment project and I am going to run it on a typical machine.

I need that when I run the setup of my application all the prerequisites are installed implicitly
without being downloaded(a feature available in VS 2010) or being installed explicitly, how can make such a setup
that it embeds all the prerequisite from my system and when the deployment setup runs, install all the prerequisites on that system


Rgrds

A. Haider