Many of the Windows 8 Developer Preview users might have come across this error regarding installation of .Net Framework 3.5.1
Here is how to enable .Net 3.5.1 on offline systems.
All you need is windows 8 DP installation media,
First of all create “net35″ folder in C drive.
Now open command prompt using Win +R, type and execute the following command line
xcopy H:\sources\sxs\*.* c:\net35 /s
where H is DVD drive, it takes sometime for all files to copied you need to be patient.
After all files are copied open command prompt with admin privileges and type and execute following command line
Dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\net35 /LimitAccess
*If U have any doubts in the process, please post ur comments and you will be replied ASAP...........
0 comments:
Post a Comment