In this Post I will show you "how to install .NET framework 3.5 (includes .NET 2.0 and 3.0) online as well as offline." When we install fresh Microsoft Operating system windows 10/8.1/8/7 or software a window appear.
------------------------------------------------------------------------------------------------------------------------------
An app on your PC needs the following Windows feature:
.NET framework 3.5 (includes .NET 2.0 and 3.0)
------------------------------------------------------------------------------------------------------------------------------
Now we can install .NET framework 3.5 (includes .NET 2.0 and 3.0) from both online as well as offline. Offline method is much useful for those user which have no internet connection or slow internet connect. Using offline method it take less than one minute.
Otherwise
Step 2:- go to 'Control penal' and click on 'Program and Features'
Note :- Minimum requirement for offline method is you must have respective installation media like windows 10,8.1,8 or 7.
Online Method : -
Step 1:- Click on "Download and install this feature," this will automatically download entire package from the internet & install the .NET framework 3.5 (includes .NET 2.0 and 3.0) feature.
Step 2:- go to 'Control penal' and click on 'Program and Features'
Step 4:- Now click '.NET framework 3.5 (includes .NET 2.0 and 3.0)' and click 'OK'.
Step 5:- Last step, Click on "Download and install this feature," this will download entire package from the internet & install the .NET framework 3.5 (includes .NET 2.0 and 3.0) feature.
Step 4:- Press windows key or start button and type 'cmd'. Now in search result right click on 'Command Prompt' and click on 'run as administrator' as shown below.
Step 5:- Copy line below and past in 'Command Prompt' and hit enter.
dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess
Note:- Hear "F:\sources\sxs" is extracted folder or installation disk folder.
Offline Method : -
Minimum requirement for offline method is you must have installation disk or media.
Step 1:- Insert windows 10/8.1/8 disk or extract .iso image in a folder.
Step 2:- Now open windows 10/8.1/8 installation disk or extracted folder and go to "\sources\sxs" folder.
Step 3:- Copy address from address bar as shown below.
Step 4:- Press windows key or start button and type 'cmd'. Now in search result right click on 'Command Prompt' and click on 'run as administrator' as shown below.
Step 5:- Copy line below and past in 'Command Prompt' and hit enter.
dism /online /enable-feature /featurename:NetFx3 /All /Source:F:\sources\sxs /LimitAccess
Note:- Hear "F:\sources\sxs" is extracted folder or installation disk folder.
No comments:
Post a Comment