标签:style class blog code http tar
安装环境
问题及解决
I. 必备组件(prerequisiteinstaller.exe)安装
1. AppFabric安装失败
解决办法:
1)修改环境变量(系统变量):PSModulePath,在其后面添加如下路径:
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
修改后的环境变量应该为如下内容:
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;c:\Program Files\AppFabric 1.1 for Windows Server\PowershellModules
2)命令行执行如下命令继续安装:
start "Launch SharePoint preparation tool" "G:\prerequisiteinstaller.exe" /continue
2. 下载 Microsoft Information Protection and Control Client 失败
手工下载安装包:
并执行如上命令行命令继续安装。
3. 下载 Microsoft WCF Data Services 5.0 失败
因为必备组件需要在安装5.0后继续安装5.6,所以可以一次性将两个包都下载下来并安装:
安装后执行前面的命令行命令继续安装。
参见:
http://blogs.technet.com/b/praveenh/archive/2013/02/22/sharepoint-2013-prerequisites-fails-with-msi-installer-error-code-1603-while-installing-appfabric-1-1.aspx
http://wellytonian.com/2012/07/sharepoint-2013-pre-requisites-downloader/
【解决】SharePoint 2013 with SP1安装问题及解决,布布扣,bubuko.com
【解决】SharePoint 2013 with SP1安装问题及解决
标签:style class blog code http tar
原文地址:http://www.cnblogs.com/jancco/p/3810428.html