Skip to content

Instantly share code, notes, and snippets.

@BhaveshSGupta
Last active August 29, 2015 14:15
Show Gist options
  • Save BhaveshSGupta/930da78101a21c7637f4 to your computer and use it in GitHub Desktop.
Save BhaveshSGupta/930da78101a21c7637f4 to your computer and use it in GitHub Desktop.
Install Dotnet Frame work Offline
Install dotnet framework 2 and 3.5
for intallation you dont need any software just the iso of file of the OS
that is if you are intalling it on 8 the win8 iso or in win 8.1 then 8.1 iso

you need to do following things
step 1: Login to administrator account
step 2: Open CMD with admin privileges
step 3: copy this and paste the following line in cmd and press enter
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:*:\sources\sxs
Note:change * to the drive letter on which the iso is mounted
    for example of mounted at d change it to d
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment