Windows server appfabric download error sharepoint 2013

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 Setup AppFabric installation Error
SharePoint 2013 Setup 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.

PrerequisiteDirect 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-alone

section from

http://msdn.microsoft.com/en-us/library/5a4x27ek.aspx

Windows Management Framework 3.0http://www.microsoft.com/en-us/download/details.aspx?id=34595
Microsoft SQL Server 2008 R2 SP1 Native ClientDownload 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 Extensionshttp://go.microsoft.com/fwlink/?LinkID=252368
Microsoft Sync Framework Runtime v1.0 SP1 (x64)http://go.microsoft.com/fwlink/p/?LinkID=224449
Windows Server AppFabrichttp://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 Clienthttp://go.microsoft.com/fwlink/p/?LinkID=219568
Microsoft WCF Data Services 5.0http://www.microsoft.com/en-us/download/details.aspx?id=29306
Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763Download 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:

In this way, we can fix the windows server appfabric download error sharepoint 2013.

  • >