I known that this topic is not new, because there are lot of posts about the silent installations of framework package
So my aim is just to centralise them into one. Searching into the msdn website, i have found those officials links
Officials MSDN Referencies about Frameworks
Microsoft Dot Net Framework 1.0 Redistribuable
http://msdn2.microso...y/ms994395.aspx
Microsoft Dot Net Framework 1.1 Redistribuable
http://msdn2.microso...y/ms994356.aspx
Microsoft Dot Net Framework 2.0 Redistribuable
http://msdn2.microso...y/aa480242.aspx
Microsoft Dot Net Framework 3.0 Redistribuable
http://msdn2.microso...y/aa480198.aspx
Officials silent commands you can use into unattend cd (Runonceex or svcpack.inf)
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")
So if someone, see an error or a complement, i will correct this post
I hope it will aid some newbies
This post has been edited by KRYOGENIUS: 31 January 2007 - 10:46 AM



Help

Back to top









