惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
T
The Blog of Author Tim Ferriss
量子位
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
小众软件
小众软件
Recent Announcements
Recent Announcements
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
美团技术团队
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
博客园 - 【当耐特】
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Last Week in AI
Last Week in AI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
H
Help Net Security

博客园 - Be Myself

安装Docker Toolbox后出现的问题 Exchange WebSerivce Usage 日志记录组件 ASP.NET 中执行 URL 重写 Could not load file or assembly 'System.Data.SQLite' or one of its dependencies Visual Studio 2012 cannot identify IHttpActionResult distributed caching for .net applications HTTP Error 503. The service is unavailable windows 7 HTTP Error 500.21 - Internal Server Error resolution ! C#字符串反转 - Be Myself - 博客园 HTTP could not register URL http://+:****/WCFService/. Your process does not have access rights to this namespace CSpider 安装和配置branchcache asp.net下url参数含有中文读取后为乱码 找出数组中是否有重复的数 时间复杂度为O(n)的排序算法 IIS 7.0 HTTP 错误 404.3 - Not Found解决办法 博文阅读密码验证 - 博客园 MSMQ, WCF and IIS: Getting them to play nice (Part 3)[转]
SharePoint 2013 必备组件之 Windows Server AppFabric 安装错误
Be Myself · 2015-01-19 · via 博客园 - Be Myself

1、如下图,在使用SharePoint2013产品准备工具的时候,网上下载安装Windows Server AppFabric的时候,报错,点击完成重启计算机,重新安装依然报错。

2、无奈之下,只有选择手动安装,下载好安装包,双击安装;

安装完成就报错,但是有如下提示,不过相比日志看起来人性化多了。

由于安装程序MSI返回错误代码1603,因此,AppFabric安装失败。

3、经过不懈的百度、谷歌、bing搜索,发现一个类似情况的解决方案,尝试修改如下环境变量(PSModulePath),去掉最后的双引号。

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

4、再次手动安装,安装成功

特别注意:这个可以手动安装,安装完毕后,准备工具向导也可以过去,但是安装SharePoint的时候,会提示Windows Server AppFabric未配置,所以,这个工具要么使用命令安装,要么使用准备工具向导安装,才是上策。

命令附后:"X:\WindowsServerAppFabricSetup_x64.exe" /i CacheClient,CachingService,CacheAdmin /gac

5、重新运行SharePoint2013准备工具,已经可以走到下一步了,问题搞定!

后记:看到准备工具可以继续了,我是多么欣慰啊,已经无力吐槽,记在博客,留个记录,就这样吧~~

参考资料:

http://stackoverflow.com/questions/11205927/appfabric-installation-failed-because-installer-msi-returned-with-error-code-1