SharePoint Server 2013安装

坑死人不偿命的呀

 

在Windows Server 2012 R2上安装SharePoint Server 2013,安装了半天,结果卡在“Windows Server AppFabric”安装错误上,运行PrerequisiteInstaller提示“不支持当前操作系统”,深深的醉了。

 

【环境】

Windows Server 2012 R2 Standard

SharePoint Server 2013 SP1

【安装错误解决】

1、安装Windows Server AppFabric报"由于安装程序 MSI 返回错误代码 1603,因此,AppFabric 安装失败"时,修改环境变量PSModulePath值(删除原值中的引号,如下)后再运行准备工具后即可。

C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules";C:\Program Files (x86)\Microsoft SQL Server\110\Tools\PowerShell\Modules\

2、运行PrerequisiteInstaller提示“不支持当前操作系统”

出现该消息,主要因为操作系统版本和SharePoint版本不支持导致的

特别需要注意的是,SharePoint Server 2013不支持安装在Windows Server 2012 R2 Standard上,需要SharePoint Server 2013 SP1,详细内容可以参照以下内容。

SharePoint Server 2013 SP1下载地址:
Microsoft SharePoint Server 2013 Service Pack 1 (SP1)

https://support.microsoft.com/zh-cn/kb/2891274

Before the release of Microsoft SharePoint Server 2013 Service Pack 1 (SP1), Microsoft did not support the installation of SharePoint Server 2013 in a Windows Server 2012 R2-based environment. However, with the release of SharePoint Server 2013 SP1, this configuration is supported in Windows Server 2012 R2. You can now download SharePoint Server 2013 SP1 from the Microsoft Developer Network (MSDN), the Volume Licensing Service Center (VLSC), and the Microsoft Partner Network (MPN).

Note You should avoid creating your own slipstream versions because of a change in the package layout that was introduced with the March 2013 product update.

 

附可能用到的必备软件链接

posted @ 2015-12-23 16:01  Smallbyte  阅读(409)  评论(0编辑  收藏  举报