Thursday, May 26, 2016

Install .NET Framework 3.5 Offline in 8 without Internet Connection




Now-a-days almost all 3rd party software/apps require .NET Framework installed in your system. The required .NET Framework version might be different for different software and the most required .NET Framework version is 3.5 which comes preinstalled in 7.

Today in this tutorial, we'll tell you how to install.NET Framework 3.5 in 8 without any need of Internet connection. You can install it offlinewith the help of a single command.This method requires 8 setup disc or ISO file so make sureyou have 8 setup files with you.

1. First you'll need to copy 8 setup files to your hard . If you have 8 setup ISO copied in your system, you can mount it on Virtual Drive by right-click on the iso file and select "Mount" option with the help of Power iso or Daemon Toolsor you can extractits content using7-Ziporwinrar.

*If you have 8 setup disc and don't want to copy its content, its ok. Just insert the disc in your / drive so that can access its content.

2. Now open Command Promtas Administrator and then provide followingcommand:

Dism /online /enable-fture /fturename:NetFx3 /All /Source:F:\sources\sxs /LimitAccessHere "F:" represents the / drive letter in your system which contains 8 setup disc. replaceit with the correct drive letter according to your system.
If you extracted 8 setup files in a directory,replaceF:\sources\sxs with the correct path.

3. As soon as you execute the above mentionedcommand, will start installing.NET Framework 3.5 in your system and it'll not require Internetconnection.


It'll take a few minutes and you'll get a message that the operation completed successfully.

4. That's it. Now you have installed .NET Framework 3.5 in 8 without using Internet/Webconnection.

No comments:

Post a Comment