If you don't have an Internet connection or if you don't want to waste time in downloading the setup files, here is method to install .NET Framework 3.5 offline in Windows 7 & 8 by using Command Prompt .
Today in this tutorial we'll tell you how to install .NET Framework 3.5 without internet ( offline ) . For this method we need Windows 7 or 8 setup disc because setup files of .NET Framework are right there in disc.
Tutorial
1. First insert windows 7 or 8 disc in
your CD/DVD drive so setup files in disc are available for installation process.
2. Now open command prompt as a Administrator and write down same command as given below
Dism /online /enable-feature /
featurename:NetFx3 /All /Source: F:
\sources\sxs /LimitAccess
Here "F:" represents the CD/DVD drive letter in your system which contains Windows 7 or 8 setup disc. Replace it with the correct drive letter according to your system.
3. After execute above given command windows will install .NET Framework 3.5 in your system.
If you done it correctly you'll get a message that the operation completed successfully.
4. Now you have installed .NET Framework 3.5 on your machine offline.
No comments:
Post a Comment