Repost: Silent install of .Net Framework

  • Thread starter Thread starter STom
  • Start date Start date
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
 
¤ 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)
 
Back
Top