When installing SharePoint 2013 prerequisites on Windows Server 2008 R2, the prerequisite installer fails with the following error
Appfabric installation failed because installer MSI returned with error code:1603
This is a generic MSI error message and does not give any indication about how to get the issue fixed. Uninstall or reinstalling only makes it worse.
The issue can be caused due to the following:
You can implement any one of the two solutions listed below
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
You can download the list of prerequisites from Links to applicable software Links to the individual prerequisites:
The steps listed below are for AppFabric for Windows Server only
Follow these steps for installing AppFabric for Windows Server correctly
PrerequisiteInstaller.exe /AppFabric:<location Of the Appfabric installation file>
This will kick off the prerequisite installer wizard which will then use the installation file stored locally on the machine as specified in the command-line to install Windows Server AppFabric. We can also install more than one prerequisite by using different switches with the PrerequisiteInstaller.exe command to install multiple components and specifying the installation path in the command line window. For example:
PrerequisiteInstaller.exe /AppFabric:<location Of the Appfabric installation file> /IDFX11:<Install Windows Identity Foundation v1.1 from file>
This command will install Appfabric and Windows Identity Foundation For a complete list of prerequisite installer operations and command-line options, see Prerequisite installer operations and command-line options
The prerequisite installer creates log files at %TEMP%\prerequisiteinstaller.<date>.<time>.log. You can check these log files for specific details about all changes the installer makes to the server.
See Install prerequisites for SharePoint 2013 from a network share for information about how to install the SharePoint 2013 prerequisites at the command prompt from a network share or local system. This approach is typically used when the server does not have a connection to internet.
I did have to fix the path after deleting...
1. I have installed SharePoint Prereq in and offline mode and all the configuration running well 2. I have configured AppFabric and connect it to SQL Database 3. The IIS identify the AppFabric and the AppFabric 3 services running and started 4. But when trying to install SharePoint 2013 on Windows server 2012 an error massage say that AppFabric not configures try to UN install it and install it again !!
By removing the additional " at the end of the PSModulePath value resolved the issue
Thanks so much. It saved my a whole night
thanks for sharing.
this worked for me... http://aseempandit.wordpress.com/2014/09/03/appfabric-installation-issue/
Sol1 worked for me; thanks!
Thank you for this fix, solution 1 worked for me. With all respect it would be nice if such errors were not introduced in the installer. Nevertheless I appreciate the fix!
solution 2 worked for me just deleted the PSModulePath, tried to run PreReq installer, all installed correctly, rebooted and sharepoint setup now works! Thank you so much, I was working around this one the last 3 hours and getting a headache
Thank you so much . .solution 3 worked for me