Repost: Silent install of .Net Framework

S

STom

I am trying to install the .Net framework 1.1 without seeing any GUI and
specifically not seeing the licensing agreement. I am doing:
dotnetfx /q:a

It still asks me to agree to the licensing agreement.

Is it possible to install the framework silently and if so, what is the
command line?

Thanks.

STom
 
P

Paul Clement

¤ I am trying to install the .Net framework 1.1 without seeing any GUI and
¤ specifically not seeing the licensing agreement. I am doing:
¤ dotnetfx /q:a
¤
¤ It still asks me to agree to the licensing agreement.
¤
¤ Is it possible to install the framework silently and if so, what is the
¤ command line?
¤

Is this the command line you are using?

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


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top