KRYOGENIUS Posted January 31, 2007 Posted January 31, 2007 (edited) HelloI known that this topic is not new, because there are lot of posts about the silent installations of framework packageSo my aim is just to centralise them into one. Searching into the msdn website, i have found those officials linksOfficials MSDN Referencies about FrameworksMicrosoft Dot Net Framework 1.0 Redistribuablehttp://msdn2.microsoft.com/en-us/library/ms994395.aspxMicrosoft Dot Net Framework 1.1 Redistribuablehttp://msdn2.microsoft.com/en-us/library/ms994356.aspxMicrosoft Dot Net Framework 2.0 Redistribuablehttp://msdn2.microsoft.com/en-us/library/aa480242.aspxMicrosoft Dot Net Framework 3.0 Redistribuablehttp://msdn2.microsoft.com/en-us/library/aa480198.aspxOfficials silent commands you can use into unattend cd (Runonceex or svcpack.inf)Microsoft Dot Net Framework 1.0 + Language Pack - Silent ParametersFramework"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 ParametersFramework"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 ParametersFramework"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 ParametersFramework"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 postI hope it will aid some newbies Edited January 31, 2007 by KRYOGENIUS
ZileXa Posted February 1, 2007 Posted February 1, 2007 Great idea.I have created a .Net Framework 3.0 installer, can be used as normal and silent installer.ofcourse 2.0 included since 3.0 is only an update of 2.0.Difference with most other installers is this one installs Dutch languagepack (for 2.0).Check signature for downloadlink.
KRYOGENIUS Posted February 2, 2007 Author Posted February 2, 2007 Hello ZileXaThanks for your answer, i will update this post, before i'm goin to visit your links ++
Annita Posted February 6, 2007 Posted February 6, 2007 If I install DotNET Framework 3 I don't need to install DotNET Framework 2 and 1.1?????????Thnx,Annita
X-FoRcE Posted February 6, 2007 Posted February 6, 2007 If I install DotNET Framework 3 I don't need to install DotNET Framework 2 and 1.1?????????Thnx,AnnitaNeed Dotnet ver 1.1 install + Dotnet 3 installDotnet3 already included dotnet2 installer.
Annita Posted February 6, 2007 Posted February 6, 2007 Ahhhhh, so I should install Dotnet v1.1 & Dotnet 3.... okThnx,Annita
tech_boy Posted February 14, 2007 Posted February 14, 2007 Since this post was aimed at newbies... here i am just to clarify... installing version 1.1 and 3. is enough, 2 isnt required... so placing these switches in my runonceex.cmd file is the way to go?Jon
Ver Greeneyes Posted February 14, 2007 Posted February 14, 2007 A reboot is needed between installing 1.1 and 3.0 for whatever reason.. so install 1.1 from SVCPack and 3.0 from RunOnceEx.
hhiggins Posted February 15, 2007 Posted February 15, 2007 nice work. would anyone happen to know how what the command line would be when running this from the RunOnceEx?thanks!
Il sorcio Posted February 19, 2007 Posted February 19, 2007 some trick doesn' t work... here we are:uniextract in subdir the language pack... then (in a file batch, CMD).... add the switch: setup.exe /passive thats all----- am a newbies
Joc Posted March 15, 2007 Posted March 15, 2007 Is there a package of 1/2/3, three-in-one, downloadable?Joc
Sonic Posted March 15, 2007 Posted March 15, 2007 Is there a package of 1/2/3, three-in-one, downloadable?JocYou can make a all-in-one package with that http://www.msfn.org/board/index.php?showtopic=90779++
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now