安装环境shell
问题及解决app
I. 必备组件(prerequisiteinstaller.exe)安装ui
1. AppFabric安装失败spa
解决办法:操作系统
1)修改环境变量(系统变量):PSModulePath,在其后面添加以下路径:命令行
%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
修改后的环境变量应该为以下内容:code
C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;c:\Program Files\AppFabric 1.1 for Windows Server\PowershellModules
2)命令行执行以下命令继续安装:orm
start "Launch SharePoint preparation tool" "G:\prerequisiteinstaller.exe" /continue
2. 下载 Microsoft Information Protection and Control Client 失败blog
手工下载安装包:ip
并执行如上命令行命令继续安装。
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/