Wednesday, June 8, 2016

Setup is unable to proceed due to the following error(s): This product requires Microsoft .Net Framework 4.5

when I was installing SharePoint 2013 for a client.

Setup is unable to proceed due to the following error(s): This product requires Microsoft .Net Framework 4.5
So you need to check which version of .NET framework is installed on the server :
 Set-Location 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client'
 Get-ItemProperty -Path . | Select-Object Version
Then depending on the version installed and the OS you're using, you need to uninstall the corresponding KB :
  1. Windows 8 ou Windows Server 2012 : KB3102439
  2. Windows 8.1 or Windows Server 2012 R2 : KB3102467
  3. Windows 10 : KB3102495
  1. Windows 8 or Windows Server 2012 : KB3045562
  2. Windows 8.1 or Windows Server 2012 R2 : KB3045563

I have used to remove the "KB3102439" from installed updates and restarted my machine and ran SharePoint 2013 setup, it worked fine.



No comments:

Post a Comment