.:: computer geek’s diary ::.

my personal writings, my thoughts, my perceptions, software news, reviews, …….

Dot Net Framework 1,2,3,3.5 - Silent Installations

Posted by Maaruthi on April 3, 2008

Microsoft Dot Net Framework 1.0 Redistribuable
http://msdn2.microsoft.com/en-us/library/ms994395.aspx

Microsoft Dot Net Framework 1.1 Redistribuable
http://msdn2.microsoft.com/en-us/library/ms994356.aspx

Microsoft Dot Net Framework 2.0 Redistribuable
http://msdn2.microsoft.com/en-us/library/aa480242.aspx

Microsoft Dot Net Framework 3.0 Redistribuable
http://msdn2.microsoft.com/en-us/library/aa480198.aspx

Microsoft Dot Net Framework 3.5 Bootstrapper

:. Download Page

Microsoft Dot Net Framework 3.5 Redistributable

:. Download Page

Microsoft Dot Net Framework 3.5 Full Package

:. Download Direct File

———————————————————————————————
Silent Installation Commands

Microsoft Dot Net Framework 1.0 + Language Pack - Silent Parameters

Framework

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

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

LangPack.exe /q:a /c:”inst /l /q”

Microsoft Dot Net Framework 1.1 + Language Pack - Silent Parameters

Framework

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

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

LangPack.exe /q:a /c:”inst /l /q”

Microsoft Dot Net Framework 2.0 + Language Pack - Silent Parameters

Framework

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

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

LangPack.exe /q:a /c:”inst /l /q”

Microsoft Dot Net Framework 3.0 + Language Pack - Silent Parameters

Framework
“Any setup name” + “parameters” (Current parameters: /q | /norestart)

“Dotnetfx3.exe /q /norestart”
“Dotnetfx3_x64.exe /q /norestart”
“Dotnet3setup.exe /q /norestart”

Language Pack
“Any setup name” + “parameters” (Current parameters: /q:a /c:”inst /l /q”)

———————————————————————————————

:arrow: Microsoft .Net Framework 3.5 almost supports Microsoft .Net Framework 3.0 Parameters.

:idea: These command are pretty useful if you plan to install the softs in silent mode without disturbing end user.

4 Responses to “Dot Net Framework 1,2,3,3.5 - Silent Installations”

  1. fedmich Says:

    Thanks. Those commands are very helpful

  2. Esteban Says:

    Thank you Maaruthi! Just the info I was looking for. And just direct to the point.

  3. phiequn Says:

    Thanks for that command :-)

  4. frankie Says:

    Thanks mate..

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>