Wow, thank you so much, this fixed hours of headache for me. Solution 2 worked like a charm.
Thanks Praveen
Wow, thank you so much, this fixed hours of headache for me. Solution 2 worked like a charm.
Thanks Praveen
I have done with both solutions but did't work for me. finally i have removed the Microsoft AppFabric 1.1 for Windows Server the installed updates from the control panel, now i am able to installed successfully Sharepoint 2013.
Regards,
Siddharth M.
This error is because you was deleted the instalation folder in the disk C that appear as guid key in this form c:/75f74225aca163c57a7737aa59a4. You must be execute de WindowsServerAppFabricSetup_x64.msi and before press next in the first screen, see the C: disk and copy the temporal folder that contain the missing files that has been generated the error code : 1603.
You can see the line before throw the error in you log file
Process.Start: C:\Windows\system32\msiexec.exe /quiet /norestart /i "c:\338f6462408072c851cf3b1e\Packages\AppFabric-1.1-for-Windows-Server-64.msi" ADDDEFAULT=Worker,WorkerAdmin,CacheClient,Setup /l*vx "C:\Users\Administrator\AppData\Local\Temp\AppServerSetup1_1(2013-03-05 18-06-39).log" LOGFILE="C:\Users\Administrator\AppData\Local\Temp\AppServerSetup1_1_CustomActions(2013-03-05 18-06-39).log" INSTALLDIR="C:\Program Files\AppFabric 1.1 for Windows Server" LANGID=en-US
Then remove the words Process.Start: and /quiet and execute the command as administrator in MSDOS
C:\Windows\system32\msiexec.exe /norestart /i "c:\338f6462408072c851cf3b1e\Packages\AppFabric-1.1-for-Windows-Server-64.msi" ADDDEFAULT=Worker,WorkerAdmin,CacheClient,Setup /l*vx "C:\Users\Administrator\AppData\Local\Temp\AppServerSetup1_1(2013-03-05 18-06-39).log" LOGFILE="C:\Users\Administrator\AppData\Local\Temp\AppServerSetup1_1_CustomActions(2013-03-05 18-06-39).log" INSTALLDIR="C:\Program Files\AppFabric 1.1 for Windows Server" LANGID=en-US
The installer will be go to the step before the error and then ask for the file and folder missing, you must be select the path folder that you was copied in C: indicated in the first step up.
Test in your environmet.
I resolve my problem finally . I think the reason of getting 'error code 1603 while installing AppFabric 1.1' is my mannul installation.
Thanks so much.
This tip is excelent
thank you first solution was the answer
Solution 2 worked for me, thanks heaps!
Hi there,
I had similiar issue while Installing SP2013, i had installed WindowsServerAppFabricSetup_x64 and configure correctly and also updated AppFabric1.1-RTM-KB2800726-x64-ENU CU but still the error is not going... the Error is as below:
setup is unbale to proceed due to the following error(s):
Windows Server Appfabric is not correctly configured. You should uninstall Windows Server Appfabric and reinstall it using
the SharePoint Products preparation tool
This Product requires Cumulative Update Package 1 for Microsoft Appfabric 1.1 for Windows Server (KB2671763)
Your Help will be Appricated..
Regards
Aasif
In my case appfabric installation failed with 1603. by looking logs, found that setx.exe is failing . On further checking, found that PSModulePath is having one doublequote ("). After removing it, it worked like a charm.
Regards,
Pradeep Nulu
that really works thanks a lot
Thanks. Problem is resolved by solution 1.
Getting the below error while installing the CU 4 CreatePath/CreateFilePath failed with: -2147483648 1325 -2147483648 MSI (s) (84:7C) [14:07:23:646]: ConnectToSource (con't): CreatePath/CreateFilePath failed with: -2147483648 -2147483648 MSI (s) (84:7C) [14:07:23:646]: SOURCEMGMT: net source 'e:\8396c318de3a6b81c98f852a\Packages\' is invalid. MSI (s) (84:7C) [14:07:23:646]: Note: 1: 1706 2: -2147483647 3: appfabric-1.1-for-windows-server-64.msi MSI (s) (84:7C) [14:07:23:646]: SOURCEMGMT: Processing net source list. MSI (s) (84:7C) [14:07:23:646]: Note: 1: 1706 2: -2147483647 3: appfabric-1.1-for-windows-server-64.msi MSI (s) (84:7C) [14:07:23:646]: SOURCEMGMT: Processing media source list. MSI (s) (84:7C) [14:07:24:709]: Note: 1: 2203 2: 3: -2147287037 MSI (s) (84:7C) [14:07:24:709]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.
Thank you so much for solve my problem . I use solution 3
Solution2 worked for me. Thank YOU!