Home All Groups Group Topic Archive Search About

Silent install of .Net Framework 1.1

Author
4 Jan 2005 12:45 AM
TheNortonZ
We have created an install with Wise Installation. During this process it
installs the .Net Framework v1.1 if it is not already on the machine.

We see that the user has to select 'I agree' in the licensing agreement and
then 'ok' after the framework is installed.

Is there a command line way of installing this without the user having to
answer questions?

Thanks.

STom
Author
4 Jan 2005 12:19 PM
Saurabh Nandu
The dotnetfx installer has command line parameter of /q:a that should install
the framework without user interaction.

More details at the link below
[
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/redistdeploy.asp ]
Are all your drivers up to date? click for free checkup

Author
4 Jan 2005 1:25 PM
TheNortonZ
If I do dotnetfx /q:a from the command line, it still asks me to agree to
the license.

Any other options I need to choose?
Show quoteHide quote
"Saurabh Nandu" <SaurabhNa***@discussions.microsoft.com> wrote in message
news:61EFC002-DEBE-4885-B629-8D85CC2FE9A5@microsoft.com...
> The dotnetfx installer has command line parameter of /q:a that should
> install
> the framework without user interaction.
>
> More details at the link below
> [
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/redistdeploy.asp ]
Author
12 Jan 2005 4:59 AM
Saurabh Nandu
try

dotnetfx.exe /q /c:"install /q"

Bookmark and Share