Forum Discussion
Need "svrsetup_15-0-4709-1000_x64.zip" for SharePoint Server 2013 (KB3087184)
- Aug 07, 2020I've also encountered this .Net Framework error problem this week. I was attempting to install the "SharePoint Server 2013 with Service Pack 1" download from MSDN. As a few of you have commented, the fix file (svrsetup_15-0-4709-1000_x64.zip) is no longer available (broken links or erroneously pointed to the service pack which doesn't contain the fix).I couldn't locate that fix file, but as a workaround I have got the install to work successfully by running the RTM install, "SharePoint Server 2013" downloaded from the MSDN website. For whatever reason, this earlier version doesn't encounter that problem. Then install the service pack.....Hope this helps somebody.
bin4ry @tlangbroek the files appear to be gone but there is a work around.
- Disable Windows Update
- Stop any Windows services using a version of the .NET Framework greater than 4.5.x
- Remove all versions of the .NET Framework that are greater than 4.5.x
- Install SharePoint 2013 SP1 (I am a big fan of AutoSPInstaller)
- Enable Windows Update
- Let Windows Update install updates which will update your versions of the .NET Framework.
- Start all Windows services using .NET Framework or greater
To be careful you can note the versions of .NET you uninstalled (their KB number) and make sure they all get reinstalled.
I wrote an obligatory blog post on how to detect the versions of .NET that are installed on our machine using PowerShell, https://www.softwarepronto.com/2020/07/powershell-determining-versions-of-net.html .
My machine had some tools (SSMS 2018, Edge, Chrome, Firefox, Notepad, Visual Studio Chrome with the PowerShell Extension). All of these could not be run while the .NET Framework was rolled back to 4.5.x.
BTW: if you have in issue with the SharePoint 2013 SP1/SQL Server 2014 prerequisite .NET 3.5, I solved that issue too, meaning i know how to install it as it can no longer be installed user Server Manager.