October 19, 200817 yr 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?
October 19, 200817 yr 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.
October 19, 200817 yr Author 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, 200817 yr by Nick_White
October 19, 200817 yr Have u tried Silent .NET Maker?All the download links are given in the 1st post. Works for me
October 19, 200817 yr .NET Framework Client Profile cannot run ATI Catalyst Control Center. ATI CCC need full version dotnet.
October 20, 200817 yr 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
December 25, 200817 yr 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.
December 29, 200817 yr 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, 200917 yr by strel
December 30, 200817 yr 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.
Create an account or sign in to comment