Unable to install .net framework on Windows 8 pro. 64bit using MS offline method

nRiTeCh

Level N
I want to install .net framework 3.5 on my win8 professional 64bit but I'm unable to do so using the Microsoft offline method prescribed--command line from an admin account

http://support.microsoft.com/kb/2785188
http://www.askvg.com/how-to-install...ine-in-windows-8-without-internet-connection/

Dism /online /enable-feature /featurename:NetFx3 /All /Source:K:\sources\sxs /LimitAccess

but everytime I get this error-
err.JPG


**I cannot download it as my net connection is way to slow to do so and also I already have all collection of .net frameworks just downloaded last week but still it wont install giving foll. errors-




so suggest why is it causing this issue? and any other alternate offline method
 

Attachments

  • err2.JPG
    err2.JPG
    65 KB · Views: 288
dude the correct syntax is

Code:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:Path

where source is your Windows 8 DVD or Mounted ISO , check the path again(eg if your DVD drive is d: then the path will be d:\sources\sxs)

kindly note the the downloaded exe will not work (stupid MS :mad: )

it has to work i have done this on both Win 8 and Server 2012 OS
 
Back
Top