In order to manually install Windows Server App Fabric for SharePoint 2013, first download the install file:
http://www.microsoft.com/en-us/download/details.aspx?id=27115
assuming you store the file at c:
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.
'■ SharePoint' 카테고리의 다른 글
사용자의 Manager 자동으로 가져오기 (0) | 2017.01.27 |
---|---|
Workflow Manager 1.0 offline install (0) | 2017.01.14 |
SharePoint Audit Data Query (0) | 2016.11.15 |
Change IE meta tag from "IE=8" to "IE=9" (0) | 2016.07.12 |
New Site Create using SharePoint Designer 2013 (0) | 2015.07.10 |