.net – way to extract .NET 2.0 from the .NET 3.5

.net-2.0.net-3.5deploymentnet

.NET Framework 3.5 SP1 installs the .NET Framework 2.0 SP2 and the .NET Framework 3.0 SP2 behind the scenes. These installation packages (especially .NET Framework 2.0 SP2) are not available directly from Microsoft.

Is there a way to extract them from the .NET Framework 3.5 SP1 installation package?

Best Answer

Take a look on http://msdn.microsoft.com/en-us/vs2008/bb898654.aspx or download .NET Frameworks 2.0 SP2 and 3.0 SP2 bootstrapper packages. These packages give you separate .NET Framework 2.0 SP2 and .NET Framework 3.0 SP2 installation packages.