Install Netfx3 Windows 8 Offline

  1. Install Netfx3 Windows 8 Offline

We have a couple machines that are offline (NOT CONNECTED to the internet) for security reasons, and a piece of software that we are trying to install requires .NET 3.5.

This will show you that feature 'NetFx3' is is 'Disabled' state. Where can I find GPMC on Windows 8.1? My computer is connected to the domain and therefore policy goes from the server. This setting I can not find the server GPME. Thank you.Offline Installation worked for me. Finally installed the framework! Feb 22, 2013. Net Feature 3.5 in Windows 8 offline. To install.Net Framework 3.5 offline you need a bootable media, such as a Windows 8 DVD, Windows 8 bootable pen drive etc. How to install.Net Framework 3.5 in Windows 8. Dism /online /enable-feature /featurename:NetFx3 /All /Source:F: sources sxs /LimitAccess.

Install Netfx3 Windows 8 Offline

When trying to install .NET 3.5 from the 'Turn Windows features on or off' control panel, it only gives the option to 'Download files from Windows Update' (which will obviously fail because there is no internet connection) and 'Don't connect to Windows Update' (which just plain doesn't install the required software)

I tried downloading '.NET Framework 3.5' from https://www.microsoft.com/en-us/download/confirmation.aspx?id=21 but it once again tries to connect to Windows update and after much digging around I found a 231 MB installer called 'Microsoft .NET Framework 3.5 Service pack 1 (Full Package) Full Redistributable Package' here https://www.microsoft.com/en-us/download/confirmation.aspx?id=25150, I thought this has to be it, so I downloaded it, moved it to the offline PC and ran the installer, and the first step says 'Download and install this feature' and cannot continue because there is no internet connection.

Is there no way to install .NET 3.5 without an internet connection on this PC?

I need to to install Net Framework 3.5 SP1 on Server 2012 and I know of the method which requires the installation media. Installing .NET framework 3.5 on windows server 2012

However, I do not have the installation media and no Internet. Is there any other way of installing it?

drumdrum

8 Answers

You can download the Windows Server 2012 trial version to get an ISO with the required source files.

Mount the ISO with the inbox ISO mounting and run DISM to install .Net 3.5:

If it fails, also try to run this Update before trying to activate .Net 3.5:

Windows

Update for the .NET Framework 3.5 on Windows 8, Windows 8.1, Windows Server 2012, and Windows Server 2012 R2

This removes 2 security updates which may prevent setup of .Net 3.5

magicandre1981magicandre1981

This answer combines information from multiple answers and also adds some extra steps not previously mentioned.

I managed to do it in the following way:

  1. Download the ISO image for Windows Server 2012 R2 (Note! has to be R2) from https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2 . It needs a windows live id registration and you need to agree to follow-up emails.
  2. Once you've downloaded it to some location, transfer to the machine/VM you wish to install it to.
  3. Copy it to another location within the target machine. This is to prevent 'sorry, there was a problem mounting the file' error as described here, which relates to some transfer managers writing the file as sparse files. If you actually copied it already during the transfer in the previous step and not just mapped it, this step might not be needed: for me it was.
  4. Right click the file in explorer and select 'Mount'. It should be mounted, I'm assuming to D: drive. If you get an error, revert to previous link.
  5. Open cmd prompt as administrator and run the following commands (switches are explained in this other answer in a similar thread):

.

Both seem to be needed and in the order I've given. (source)

Netfx3

If you get an error 'source files not found', reconfirm you have R2 image in use. That was the problem for me - the actual .NET 3.5 was missing from my image, which was plain 2012.

If both commands are successful, congratulations! You now have it installed. In case you're in doubt, you can confirm the version using steps outlined here.

eiseis

Here's how i did it.

Download the ISO image for Windows Server 2012 R2 from https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2 .

Put that Disc image on the computer that needs .Net Framwork 3.5

Right Click on the file and mount. This should create a D drive. Go to Server Manager, click Manage > Add roles and Features.

Click through to the Features selection and choose the .Net Framework 3.5 entry.
Keep clicking Next until you get to the final page.

Don't click Install yet- Click the small link at the bottom to 'Specify Alternate Data Source.'Change the path to be D:SourcesSxS

Then install

NSZINSZI

The only way I managed to install the framework is by connecting the machine to the internet and doing a Windows Update.

drumdrum
superleesuperlee

Get a windows iso image 2008 server or higher mount the image to the inbuilt image drive of windows server 2012 r2, proceed to add roles and features and select the dotnet framework 3.5 feature, click alternatives source to show the path name eg e:sourcessxs and click install. This should work.

Or run windows update and follow this https://support.microsoft.com/en-us/kb/3005628 for solution.

NANANANA

I specified C:WindowsWinSXS as the alternate source path. This will fail half the time on the first go round, but it seems to eventually work.

I did it this morning with no issues and it completed on the first try.

LvilleSystemsJockeyLvilleSystemsJockey

If mounting a https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2 still fails, We determined a minor tweak to Eis's SUPERB INSTRUCTIONS March 19th/2016 was the last inch for success.

Downloading and mounting 2012 Server R2 install ISO is key, but we had to switch to the mounted drive lettersources directory and load the NEWER R2 v9600 version of the DISM executable. Just mounting the ISO and specifying the /source location failed to complete or even initiate any progress of installation since Windows was using the version 9200 of DISM that apparently hates the /source switch but only reported as much inside the %systemroot%LogsDISMdism.log.The error explicitly described /sources as and UNKNOWN switch and thus was doomed to silent failure without properly mounting the R2 source ISO.

It was necessary to hard specify the newer version of DISM.exe 9600 inside the mounted ISO by changing directories to the mounted ISO path of dism.exe.

The command processor output will immediately specify whether you're executing the required version of dism.exe

shatterproofwindows.blogspotshatterproofwindows.blogspot

Not the answer you're looking for? Browse other questions tagged .net-frameworkwindows-server-2012-r2 or ask your own question.