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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
The Register - Security
The Register - Security
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
B
Blog RSS Feed
D
Docker
Apple Machine Learning Research
Apple Machine Learning Research
Know Your Adversary
Know Your Adversary
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
云风的 BLOG
云风的 BLOG
C
CXSECURITY Database RSS Feed - CXSecurity.com
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
博客园 - 司徒正美
NISL@THU
NISL@THU
H
Help Net Security
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
L
LINUX DO - 热门话题
Application and Cybersecurity Blog
Application and Cybersecurity Blog
N
News and Events Feed by Topic
The Last Watchdog
The Last Watchdog
P
Privacy International News Feed
Engineering at Meta
Engineering at Meta
L
LINUX DO - 最新话题
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
The Exploit Database - CXSecurity.com
PCI Perspectives
PCI Perspectives
Google Online Security Blog
Google Online Security Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
SecWiki News
SecWiki News
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
爱范儿
爱范儿
G
Google Developers Blog
N
Netflix TechBlog - Medium
The Cloudflare Blog
Recent Announcements
Recent Announcements
IT之家
IT之家
Stack Overflow Blog
Stack Overflow Blog
Hacker News: Ask HN
Hacker News: Ask HN
博客园 - 聂微东
博客园_首页
T
Threat Research - Cisco Blogs

博客园 - 顾式传说

集装箱码头数字大屏的意义 CIO 应该是数字化时代的风水师 传统集装箱码头是5G V2X 最好的落地场景 传统集装箱码头的自动化、智慧化之路,你玩真的吗? Mac safari 弹出“您要允许此页面打开“爱奇艺.app”吗?” 我所理解的智慧港口的“一横” iPhone截图后微信发送失败的解决方案 Mac OS OneDrive 无法同步.DS_Store文件 出错 asp.net 中文部分显示问号 区块链在港口行业的应用 后TOS时代的码头数字化生产力 当前世界最大集装箱船靠泊招商码头 Mac Outlook 15 连接office365 一直跳出登录框的问题 AWS EC2 复制实例后,自定义指标无法显示数据 Microsoft Azure 的负载平衡器的Session Sticky MySQL Performance tuning 集装箱码头智能理货方案 Iphone 英语语言下通讯录排序问题 mac安装Aws cli失败
Windows 2016 安装Sharepoint 2016 预装组件失败
顾式传说 · 2017-09-11 · via 博客园 - 顾式传说

Windows 2016 安装Sharepoint 2016 预装组件失败

日志如下:

 1 2017-09-11 13:32:37 - Request for install time of Web 服务器(IIS)角色
 2 2017-09-11 13:32:38 - Request for install time of Web 服务器(IIS)角色
 3 2017-09-11 13:32:39 - Request for install time of Web 服务器(IIS)角色
 4 2017-09-11 13:32:40 - Request for install time of Web 服务器(IIS)角色
 5 2017-09-11 13:32:41 - Request for install time of Web 服务器(IIS)角色
 6 2017-09-11 13:32:42 - Request for install time of Web 服务器(IIS)角色
 7 2017-09-11 13:32:43 - Install process returned (0X3E8=1000)
 8 2017-09-11 13:32:43 - [In HRESULT format] (0X800703E8=-2147023896)
 9 2017-09-11 13:32:43 - Last return code (0X3E8=1000)
10 2017-09-11 13:32:43 - Reading the following DWORD value/name...
11 2017-09-11 13:32:43 - Flags
12 2017-09-11 13:32:43 - from the following registry location...
13 2017-09-11 13:32:43 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
14 2017-09-11 13:32:43 - Reading the following string value/name...
15 2017-09-11 13:32:43 - PendingFileRenameOperations
16 2017-09-11 13:32:43 - from the following registry location...
17 2017-09-11 13:32:43 - SYSTEM\CurrentControlSet\Control\Session Manager
18 2017-09-11 13:32:43 - Reading the following registry location...
19 2017-09-11 13:32:43 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
20 2017-09-11 13:32:43 - Error: The tool was unable to install Web 服务器(IIS)角色.
21 2017-09-11 13:32:43 - Last return code (0X3E8=1000)

解决方法,Powershell(管理员模式)里执行:

1 Import-Module ServerManager
2  
3 Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation,Server-Media-Foundation,Xps-Viewer –Source D:\sources\sxs

帮人帮到底,给你Sharepoint 2016 预装软件离线安装包的下载地址:

SharePoint2016 Prerequisites:

把上面的东西下载,保存到

C:\Prereqs

,假设E盘是你的Sharepoint安装介质:

$SharePoint2016Path = "C:\Prereqs"
Start-Process "E:\PrerequisiteInstaller.exe" –ArgumentList "/SQLNCli:$SharePoint2016Path\sqlncli.msi /ODBC:$SharePoint2016Path\msodbcsql.msi /IDFX11:$SharePoint2016Path\MicrosoftIdentityExtensions-64.msi /Sync:$SharePoint2016Path\Synchronization.msi /AppFabric:$SharePoint2016Path\WindowsServerAppFabricSetup_x64.exe /MSIPCClient:$SharePoint2016Path\setup_msipc_x64.exe /WCFDataServices56:$SharePoint2016Path\WcfDataServices.exe /DotNetFx:$SharePoint2016Path\NDP453-KB2969351-x86-x64-AllOS-ENU.exe /MSVCRT11:$SharePoint2016Path\vcredist_x64.exe /MSVCRT14:$SharePoint2016Path\vc_redist.x64.exe /KB3092423:$SharePoint2016Path\AppFabric-KB3092423-x64-ENU.exe"