Installing .Net Framework in Windows Server 2012
As per the topic, Micorosft has a dedicated page for this here : http://technet.microsoft.com/en-us/library/hh831809.aspx#BKMK_dotnetcmdlet
But basically this works for me.
1. share the DVD drive
2. Open elevated powershell
3. PS C:\Windows\system32> DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:\\1.100.7.40\win\Sources\SxS\
//alak
But basically this works for me.
1. share the DVD drive
2. Open elevated powershell
3. PS C:\Windows\system32> DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:\\1.100.7.40\win\Sources\SxS\
//alak
Comments
Post a Comment