Today I'm about to tell you about "How to install .Net Framework 3.5 without using internet connection/offline install/ no download needed".
It's happen when you about to install some of the application that requires .net support apps.
What you need is a Windows 8 CD/DVD or you can use the copy of Windows 8 ISO.
Next thing you need to do is "run cmd as administrator".
Go to Start on W8, or easily just press the <window> key on your keyboard. and point the cursor to any corner and go to <search> and type <cmd>.
Right click on it and click <run as admin>
and then on cmd type this command
Dism /online /enable-feature /featurename:NetFx3 /All /Source:G:\sources\sxs /LimitAccess
press <enter>.
Job Done! :D
Note:
G - means the driver letter where you mount/put your CD on. For me, I'm using the G drive to mount the windows8 iso.
So check the driver letter first before you hit <enter>.
No comments:
Post a Comment