SharePoint 2013 Server installation....? Oh no....it's a daunting task for sure. Anyways, every problem has a solution. And we need to install SharePoint 2013 Server in order to continue SharePoint Development.
Following screenshot illustrates the scenario :
Following are the steps to fixed the error :
Problem resolve:
Step 1: regedit => search "AppFabric" and delete all entries in regedit
Step 2:Restart
Step 3: Open powershell as admin
Step 4: Run the below command
$SharePoint2013Path = "D:\Software\SharePoint\SharePoint2013"
Start-Process "$SharePoint2013Path\PrerequisiteInstaller.exe" /KB2671763:$SharePoint2013Path\PrerequisiteInstallerFiles\AppFabric1.1-RTM-KB2671763-x64-ENU.exe
Start-Process "$SharePoint2013Path\PrerequisiteInstaller.exe" /AppFabric:$SharePoint2013Path\PrerequisiteInstallerFiles\WindowsServerAppFabricSetup_x64.exe
Step 6: Start SP2013 SP1 installation,
Successfully Happy SharePointing............:)
No comments:
Post a Comment