Jump to content

Offline .Net 3.0sp2 and .Net 3.5 installations on Windows XP


TSNH

Recommended Posts

There is no need to download anything, because while .Net 3.5 installer asks for downloading .Net3 files, in fact it has all the resources already available in it. Thanks to  @abbodi1406 for pointing this.

To install .Net framework completely offline:

1.       Before proceeding you may (or may not) have to install Windows XP service pack 2, Windows Imaging Component and Windows Installer 4.5 KB942288-v4. (I had them already installed)

2.       Install earlier versions of .Net Framework like .Net 2.0 sp2 (offline installers are available).

4.       Extract .Net framework 3.5 installer using 7-zip or similar program the widely available offline setup. It shouldn’t ask for internet connection now.

3.       Install everything from dotNetFX20 and dotNetFX30 folders.

4.       Install .Net framework 3.5 using main installer. It shouldn’t ask for internet connection now.

5.       You can test some .Net 3 programs. For example Microsoft Mathematics 4.0 which is a .Net 3.5 application.

Edited by TSNH
text formatting
Link to comment
Share on other sites


What files are missing from the full .Net 3.5 offline installer?

 

you can build .NET 3.0 SP2 installer manually from dotnetfx35.exe

https://docs.microsoft.com/en-us/archive/blogs/astebner/creating-an-administrative-install-point-for-the-net-framework-2-0-sp1
https://docs.microsoft.com/en-us/archive/blogs/astebner/creating-an-administrative-install-point-for-the-net-framework-3-0-sp1

those guide are for SP1, but works the same for SP2

similar guide
https://docs.bmc.com/docs/ServerAutomation/89/deploying-net-653397308.html

FYI, standalone installer for .NET 3.0 SP2 actually exist, but it's not directly acquirable
you can find it within the VS 2008 bootstrapper packages
https://docs.microsoft.com/en-us/archive/blogs/astebner/vs-bootstrapper-packages-for-net-framework-2-0-sp2-and-3-0-sp2-available-for-download

click on Download location to get packages_setup.exe
then extract adtbs_sp2oob.cab/adtbs_sp2oob.msi
then use lessmsi to extract adtbs_sp2oob.msi

or install the whole package and find the installers under
C:\Program Files\BootstrapperPackages
 

Link to comment
Share on other sites

1 hour ago, abbodi1406 said:

What files are missing from the full .Net 3.5 offline installer?

 

you can build .NET 3.0 SP2 installer manually from dotnetfx35.exe

It actually seems that no files are missing! :thumbup But why does it ask for downloading them if they are right there in the installer? :blink:

Edited by TSNH
Link to comment
Share on other sites

  • TSNH changed the title to Offline .Net 3.0sp2 and .Net 3.5 installations on Windows XP
  • 4 weeks later...

I thought .NET 3.5 SP1's installer (dotnetfx35.exe, 231 MiB) contained .NET 3.0 SP2 already?

I know it includes files for 2.0 SP2, at the least: 3.5 SP1 (covering 1.0, 2.0, 3.0 and 3.5) and 4.0 (a separate component altogether) were available for XP.

Edited by Compa
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...