Friday, January 23, 2009

Dot Net Framework 1,2,3,3.5 - Installation (in silent mode)

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.

.: Download 3.5 Service Pack 1below

Dot Net Framework 3.5 Service Pack 1 (Full Package)

More info about .Net Framework 3.5 SP1

List of changes and fixed issues in .Net Framework 3.5 SP1

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

reference


No comments: