How do I install .NET framework 3.5 offline?

Home

  • News & Insights

    • News & Insights Home
    • Innovation
    • IT Careers & Skills
    • Cloud
    • Cyber Security
    • Future of Work
    • All Categories
    • Marketing
    • HR
    • Finance
  • Community

    • Ask question
    • Community Home
    • Spiceworks Originals
    • Cloud
    • Collaboration
    • Networking
    • Water Cooler
    • Windows
    • All forums
    • How-Tos
    • Scripts
    • Vendors
    • Meetups
  • Reviews

  • Online Events

Login Join

Login Join

  1. Home
  2. Windows
  3. Windows 10
  4. How-tos

How do I install .NET framework 3.5 offline?

Mbrown

Mar 21, 2016 2 Minute Read

  • Spice

  • Reply (0)

  • Subscribe

  • Share

    • Facebook
    • Twitter
    • Reddit
    • LinkedIn

How do I install .NET framework 3.5 offline?

Matt Brown

Mbrown15 years in IT


64

Contributions

6

Best Answers

4

Helpful Posts


Main Areas of Contribution:

  • Spiceworks General Support |
  • General Windows |
  • General Hardware |
  • Microsoft Exchange |
  • Active Directory & GPO

Register. Track Progress. Earn Credits.

Learning has never been so easy!

Sign Up

Read these next...

Load More

Skip to content

Windows 10 comes with .NET framework 4.5 pre-installed, but many apps developed in Vista and Windows 7 era require the .NET framework v3.5 installed along with 4.5. These apps will not run unless you will install the required version. When you try to run any such app, Windows 10 will prompt you to download and install .NET framework 3.5 from the Internet. However, this will take a lot of time. You can save your time and install .NET Framework 3.5 from the Windows 10 installation media. This method is much faster and does not even require an Internet connection. Here is how to install it.

To install .NET Framework 3.5 in Windows 10, do the following:

  1. Insert your Windows 10 DVD, or double click its ISO image, or insert your bootable flash drive with Windows 10, depending on what you have.
  2. Open 'This PC' in File Explorer and note the drive letter of the installation media you have inserted. In my case it is disk D:
    How do I install .NET framework 3.5 offline?
  3. Now open an elevated command prompt and type the following command:
    Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:\sources\sxs /LimitAccess

    Replace D: with your drive letter for Windows 10 installation media.

    How do I install .NET framework 3.5 offline?

You are done! This will install .NET framework 3.5 in Windows 10.

How do I install .NET framework 3.5 offline?

To save your time, I have prepared a simple batch file which will save your time and will find the inserted installation media automatically. It looks like this:

@echo off
Title .NET Framework 3.5 Offline Installer
for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\\sources\install.wim" set setupdrv=%%I
if defined setupdrv (
echo Found drive %setupdrv%
echo Installing .NET Framework 3.5...
Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess
echo.
echo .NET Framework 3.5 should be installed
echo.
) else (
echo No installation media found!
echo Insert DVD or USB flash drive and run this file once again. 
echo.
)
pause

Download the file, extract it from the ZIP archive to the Desktop, right click it and choose Run as administrator. The file will install .NET Framework 3.5 automatically after finding the drive letter of your Windows 10 installation media.

How do I install .NET framework 3.5 offline?

Click here to download the batch file.

That's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Post navigation

How can I enable .NET Framework 3.5 without internet?

NET Framework 3.5 for a computer without internet connection..
Prepare Win10 installation Package/DVD, attach it to DVD Driver..
Right Click the DVD Driver, select "Expand".
Go to :\sources\sxs, a file in this location with name: microsoft-windows-netfx3-ondemand-package.cab..

Why NET Framework 3.5 is not installing?

Here we show you how to solve this issue. First, you can check if the component is already installed on your device. Go to Control Panel > Programs > Turn Windows features on or off, verify if . NET Framework 3.5 checkbox is selected and then proceed with the software installation.

How fix .NET Framework 3.5 install?

To fix this issue, follow these steps: Open the . NET Framework installation files folder..
Mount the ISO image that's created in step 1..
Point the Alternate source file path to the ISO sources\sxs folder from the ISO..
Run the gpupdate /force command..
Add the . NET Framework feature..

Where is .NET 3.5 installed?

NET Framework 3.5 is contained in the default Windows image (\sources\install. wim).