Thursday, January 31, 2013

Enable NetFx3 on Windows Server 2012

If you are planning to install SQL Server 2012 on Windows Server 2012, NetFx3 is a pre-requisite.
In order to intall NetFx3 what you need is to Mount installation ISO of Windows Server 2012 and run this command at prompt:

dism /online /enable-feature /all /featurename:NetFx3 /source:f:\sources\sxs

where f: is the letter of mounted ISO.

Setup will complete sucessfully and you can install SQL Server 2012.

No comments: