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
Microsoft Dot Net Framework 3.5 Redistributable
Microsoft Dot Net Framework 3.5 Full Package
———————————————————————————————
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”)
———————————————————————————————
Microsoft .Net Framework 3.5 almost supports Microsoft .Net Framework 3.0 Parameters.
These command are pretty useful if you plan to install the softs in silent mode without disturbing end user.
April 12, 2008 at 7:54 am
Thanks. Those commands are very helpful
April 12, 2008 at 6:28 pm
Thank you Maaruthi! Just the info I was looking for. And just direct to the point.
May 6, 2008 at 12:05 pm
Thanks for that command
May 12, 2008 at 10:57 pm
Thanks mate..