Install .Net Framework 3.5 In Windows 8 (offline)

Posted by

Windows 8 comes with net framework 4.5 already installed on it. So when you try to install net framework 3.5 in Windows 8 you will get an error like this.
Now some application, builds on .Net Framework 3.5, needs Microsoft .Net Framework 3.5 to be installed to run. And Microsoft Net Framework 4.5 does not include Net Framework 3.5. So now how to fix this? Here is the solution with some easy.

In this tutorial we are going to show how to install .Net Framework offline without any internet connection. All you need is just a installation DVD of windows 8.

Follow Steps:

1. Go to start menu and search for Command Prompt.

Windows 8 Search Menu

2. Right click on Command Prompt and click on ‘Run as administrator’.

Command Prompt

3. Now copy and paste the following command in Command Prompt. and hit enter to run.(to paste the command in Command Prompt, copy the command. Then open Command Prompt window then right click and paste.)
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:J:\sources\sxs /LimitAccess

Note: Here J: is my DVD drive. So replace J: with your source DVD drive letter.

.Net Framework 3.5 Offline Install

a

4. Within a few moment .Net Framework will be installed on your computer.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.