安装环境
- 操作系统:Windows Server 2008 R2 SP1
- 安装包:SharePoint Server 2013 with SP1
问题及解决
I. 必备组件(prerequisiteinstaller.exe)安装
1. AppFabric安装失败
解决办法:
1)修改环境变量(系统变量):PSModulePath,在其后面添加如下路径:
%SYSTEMROOT%System32WindowsPowerShellv1.0
修改后的环境变量应该为如下内容:
C:Windowssystem32WindowsPowerShellv1.0Modules;c:Program FilesAppFabric 1.1 for Windows ServerPowershellModules
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/