As part of the SharePoint 2013 setup, we need to install all the prerequisites by executing “prerequisiteinstaller.exe” before we run the FARM configuration wizard.
AppFabric is one of the prerequisite to be installed. While I am executing the prerequisites setup file I got an error as “Windows Server AppFabric: Installation Error”.
SharePoint 2013 Windows server AppFabric installation Error
As we all know without installing the prerequisites we can’t execute the SharePoint configuration wizard.
Below are the various solutions to cross the roadblock.
Solution 1:
You can install all the prerequisites either by executing “prerequisiteinstaller.exe” or you can download all the setup files and install them one by one.
Prerequisite | Direct Link |
Microsoft .NET Framework 4.5
(Full Standalone package) | http://go.microsoft.com/fwlink/?LinkId=225702
Or Download tFx45_Full_x86_x64.e xe from stand-alonesection from |
Windows Management Framework 3.0 | http://www.microsoft.com/en-us/download/details.aspx?id=34595 |
Microsoft SQL Server 2008 R2 SP1 Native Client | Download 1033\x64\sqlncli.msi from
http://www.microsoft.com/en-us/download/details.aspx?id=26728 |
Windows Identity Foundation (KB974405) | http://go.microsoft.com/fwlink/p/?LinkID=226830 |
Windows Identity Extensions | http://go.microsoft.com/fwlink/?LinkID=252368 |
Microsoft Sync Framework Runtime v1.0 SP1 (x64) | http://go.microsoft.com/fwlink/p/?LinkID=224449 |
Windows Server AppFabric | http://go.microsoft.com/fwlink/?LinkId=235496
(Note: don’t install WindowsServerAppFabricSetup_x64_6.1 this is not the correct version that SharePoint installer seeks) Execute all the prerequisites in this article (except this one), let the prerequisite installer to install AppFabric and configure it manually for you by running the following command from command prompt: prerequisiteInstaller.exe /appfabric:[Full AppFabric Installer path] Ex: prerequisiteInstaller.exe /appfabric:”c:\ WindowsServerAppFabricSetup_x64_6.1.exe” |
Microsoft Information Protection and Control Client | http://go.microsoft.com/fwlink/p/?LinkID=219568 |
Microsoft WCF Data Services 5.0 | http://www.microsoft.com/en-us/download/details.aspx?id=29306 |
Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763 | Download AppFabric1.1-RTM-KB2671763-x64-ENU.exe from
http://www.microsoft.com/en-us/download/details.aspx?id=29241 You need to Install AppFabric from above first then run this update, Don’t run this update if AppFabric above is not installed yet |
Solution 2:
Sometimes even you install prerequisites offline you might see this error. So ensure the below 2 points:
1. Multiple attempts to install AppFabric may have corrupted the PSModulePath environment variable. Check that PSModulePath in the Environment Variables looks like:
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;c:\Program
Files\AppFabric 1.1 for Windows Server\PowershellModules
My Computer -> properties -> Advanced system settings -> Environment Variable -> System Variable -> PSModulePath
2. Delete “Customer Experience Improvement Program” folder under
C:\windows\system32\Tasks\Microsoft\Windows\AppFabric
Once you delete the folder run the AppFabric setup.
You may like the following SharePoint tutorials:
- Hide Site Settings Gear icon for users other than owners in SharePoint 2013/2016
- Ribbon control missing for list in SharePoint Online
- The database engine instance you selected is not valid for this edition of reporting services
- the remote server returned an error (401) unauthorized. sharepoint online
- How to deploy WSP Solution in SharePoint using PowerShell
- Uncaught TypeError: Cannot read property get_current of undefined error SharePoint Online jsom
In this way, we can fix the windows server appfabric download error sharepoint 2013.
I am Krishna.Vandanapu a SharePoint architect working in IT from last 13+ years, I worked in SharePoint 2007, 2010, 2013, 2016 and Office 365. I have extensive hands on experience in customizing SharePoint sites from end to end. Expertise in SharePoint migration tools like Sharegate, Doc Ave and Metalogix. Migrated SharePoint sites from SharePoint 2007 to 2010 and 2010 to 2013 several times seamlessly. Implementing CSOM with Microsoft best practices. Spent quality time in configuring SharePoint application services like User Profile, Search, Managed Meta data services etc. Now exploring SharePoint Framework and SharePoint 2019
Thank you sir! Your post was the ONLY one that worked for me!!!!! Thank You again!