In order to manually install Windows Server App Fabric for SharePoint 2013,
download the install file:
http://www.microsoft.com/en-us/download/details.aspx?id=27115
you just store the file at c drive:
run the following commands from an elevated PowerShell command line:
$file = “c:\WindowsServerAppFabricSetup_x64.exe”
& $file /i CacheClient”,”CachingService”,”CacheAdmin /gac
Note: The double quotations around the commas.
No comments:
Post a Comment