How to install .net 3.5 sp1 on server core 2008 r2?
hi
could advise on procedure install .net 3.5 sp1 on windows server core (running hyper-v) 2008 r2?
we need install application requires it, during dotnetfx35 installer says can installed via role mamangement tool, of course can't use on core?
any ideas?
thanks
d
.net 3.5 feature can added.
a 'one liner' can run @ non-powershell command prompt this:
%windir%\system32\windowspowershell\v1.0\powershell.exe -command import-module servermanager ;add-windowsfeature net-framework-core
brian ehlert (hopefully have found useful) http://itproctology.blogspot.com
learn. apply. repeat.
Windows Server > Hyper-V
Comments
Post a Comment