Nick_White Posted October 19, 2008 Posted October 19, 2008 The latest version of .NET Framework 2.0 is SP2, but there is no standalone installer for it. It is just included in the .NET 3.5 SP1 offline installation package. Running the .msi doesn't work, it's saying that I have to run Setup. Anyone know how to install it?
ajua Posted October 19, 2008 Posted October 19, 2008 You can minimize the size of .NET 3.5 SP1 by keeping only the folder and files meant for x86 or x64 depending on your case. Just be sure to don't delete something else.Then you can run dotNetFx35setup.exe /qb /norestartThis way i got the size down to ~120 mbHowever, i don't know of any way to just install a given SP for a previous framework.
Nick_White Posted October 19, 2008 Author Posted October 19, 2008 (edited) I already have .NET 3.5 SP1 for x86 which is 86 MB big, but it installs too slow for my taste. And the apps I use are built only on .NET 2.0 so I don't need to install newer versions.I have found a quicker solution for installing .NET 2.0 with SP2: there is a .NET Framework Client Profile which is lighter, designed for runtime only.It can be found here. It's very large, but inside there is a small .NET 2.0 SP2 installation package. It's size is 13 MB and it installs pretty fast.I installed it on a VM and checked to see if apps are working OK. So far, no problems, checked CDBurnerXP and my own apps. Edited October 19, 2008 by Nick_White
Geej Posted October 19, 2008 Posted October 19, 2008 Have u tried Silent .NET Maker?All the download links are given in the 1st post. Works for me
X-FoRcE Posted October 19, 2008 Posted October 19, 2008 .NET Framework Client Profile cannot run ATI Catalyst Control Center. ATI CCC need full version dotnet.
Stoner81 Posted October 20, 2008 Posted October 20, 2008 Have u tried Silent .NET Maker?All the download links are given in the 1st post. Works for me I have used this and its absolutely awsome!! pure genius!!!Stoner81
redxii Posted December 25, 2008 Posted December 25, 2008 Here: http://msdn.microsoft.com/en-us/vs2008/bb898654.aspxDownload Installer (Download Size: 325 MB)Extract it with the /x switch, there is a cab file called adtbs_sp2oob.cab, inside it is a file called FL_FL_NetFx20SP2_x86.exe.3643236F_FC70_11D3_A536_0090278A1BB8, you can rename it to NetFx20SP2_x86.exe if you like, If you need 64-bit, it's probably FL_NetFx20SP2_x64.3643236F_FC70_11D3_A536_0090278A1BB8. It should be completely independent, works OK for me so far.
strel Posted December 29, 2008 Posted December 29, 2008 (edited) Have u tried Silent .NET Maker?All the download links are given in the 1st post. Works for me For .NET 2.0 SP2 this link is updated:Silent .NET Maker synthesized.Now you can even build automatically ad-hoc nlite add-ons.Enjoy! Edited January 11, 2009 by strel
redxii Posted December 30, 2008 Posted December 30, 2008 2.0 SP2? It's included in 3.5 SP1, but the question was for without 3.5 SP1. A standalone 2.0 SP2 can be found in that 325MB packages_setup.exe, but not in the Download Center. NDP20SP2-KB958481-x86.exe can be used to update it. Extracting the .NET 3.5 SP1 full download and trying to install the 2.0 SP2 files only produces a "Run setup.exe" error.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now