Hi,
I am redistributing .Net Framework with my application. When the .Net starts to install, i want to pass some command line arguments so that it install in quite mode i.e without showing any dialog boxes. But i dont know how to do it. Can any body tell me how to pass command line arguments to the pre-requisites when they start to install
Regards,
Wasif Ehsan.

Redistributing .Net Framework 2.0: Commandline options
Thomas_liang
Hi,
use this:
dotnetfx.exe /q:a /c:"install /q"
--
SvenC
mnkumar
Hi,
I've also posted a list of useful command line options for the .NET Framework 2.0 and some other deployment-related information. Check out the section named "Deploying the .NET Framework 2.0" in the article at http://blogs.msdn.com/astebner/articles/574618.aspx.
Thanks! Aaron
lostromich
The recommended method of handling this particular situation is to redistribute the .NET Framework version you are targeting with your application. Please see more information for deploying the .NET Framework with your application:
http://msdn2.microsoft.com/en-us/library/aa480237.aspx
.NET Framework 1.1 Deployment Guide
http://msdn2.microsoft.com/en-us/library/ms994339.aspx
The good news is that .NET Frameworks 2.0 and 3.0 will be shipped with Windows Vista.
The exact command line:
http://msdn2.microsoft.com/en-us/library/aa480242.aspx