首页 技术 正文
技术 2022年11月20日
0 收藏 861 点赞 2,365 浏览 2735 个字

坑死人不偿命的呀

在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.

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

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,031
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,520
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,368
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,148
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,781
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,860