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

日志如下:

 -- :: - Request for install time of Web 服务器(IIS)角色
-- :: - Request for install time of Web 服务器(IIS)角色
-- :: - Request for install time of Web 服务器(IIS)角色
-- :: - Request for install time of Web 服务器(IIS)角色
-- :: - Request for install time of Web 服务器(IIS)角色
-- :: - Request for install time of Web 服务器(IIS)角色
-- :: - Install process returned (0X3E8=)
-- :: - [In HRESULT format] (0X800703E8=-)
-- :: - Last return code (0X3E8=)
-- :: - Reading the following DWORD value/name...
-- :: - Flags
-- :: - from the following registry location...
-- :: - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
-- :: - Reading the following string value/name...
-- :: - PendingFileRenameOperations
-- :: - from the following registry location...
-- :: - SYSTEM\CurrentControlSet\Control\Session Manager
-- :: - Reading the following registry location...
-- :: - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
-- :: - Error: The tool was unable to install Web 服务器(IIS)角色.
-- :: - Last return code (0X3E8=)

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

 Import-Module ServerManager

 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"

最新文章

  1. TortoiseSVN Clean up 失败的处理方法
  2. Ubuntu Server 15.04的安装
  3. Axure7.0中文汉化语言包下载 axure汉化包
  4. python基础——获取对象信息
  5. 《Java并发编程实战》学习笔记 线程安全、共享对象和组合对象
  6. 论XCODE工程里使用的宏定义.
  7. List和ArrayList,LinkList的区别
  8. The Twelve-Factor App 实践
  9. 摆脱命令行,Ubuntu下配置Android开发环境
  10. Android平台 Psensor传感器调试方法
  11. 【JVM】7、深入理解Java G1垃圾收集器
  12. 【XSY3048 】Polynominal 数学
  13. Best Chrome Extensions
  14. B: Ocean的游戏(前缀和)
  15. POJ1569 Myacm Triangles
  16. svn安装使用
  17. ubuntu_python_environment
  18. Android开发 ---Button的OnClickListener的三种实现方法
  19. 数据库连接池技术,c3p0
  20. BZOJ4326或洛谷2680 运输计划

热门文章

  1. POJ3259 Wormholes —— spfa求负环
  2. C3P0Tool
  3. 收集几个Android CalendarView非常用属性
  4. make的link_directories命令不起作用
  5. springboot读写分离--temp
  6. POI2013 Bytecomputer
  7. hadoop2 Ubuntu 下安装部署
  8. Logback中%X的使用
  9. [WPF自定义控件库] 自定义控件的代码如何与ControlTemplate交互
  10. Gradle技术之四 - Gradle的Task详解