zoukankan      html  css  js  c++  java
  • Windows 2016 安装Sharepoint 2016 预装组件失败

    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 - SOFTWAREMicrosoftUpdatesUpdateExeVolatile
    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 - SYSTEMCurrentControlSetControlSession Manager
    18 2017-09-11 13:32:43 - Reading the following registry location...
    19 2017-09-11 13:32:43 - SOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto UpdateRebootRequired
    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:sourcessxs

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

    SharePoint2016 Prerequisites:

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

    C:Prereqs

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

    $SharePoint2016Path = "C:Prereqs"
    Start-Process "E:PrerequisiteInstaller.exe" –ArgumentList "/SQLNCli:$SharePoint2016Pathsqlncli.msi /ODBC:$SharePoint2016Pathmsodbcsql.msi /IDFX11:$SharePoint2016PathMicrosoftIdentityExtensions-64.msi /Sync:$SharePoint2016PathSynchronization.msi /AppFabric:$SharePoint2016PathWindowsServerAppFabricSetup_x64.exe /MSIPCClient:$SharePoint2016Pathsetup_msipc_x64.exe /WCFDataServices56:$SharePoint2016PathWcfDataServices.exe /DotNetFx:$SharePoint2016PathNDP453-KB2969351-x86-x64-AllOS-ENU.exe /MSVCRT11:$SharePoint2016Pathvcredist_x64.exe /MSVCRT14:$SharePoint2016Pathvc_redist.x64.exe /KB3092423:$SharePoint2016PathAppFabric-KB3092423-x64-ENU.exe"

  • 相关阅读:
    jquery click()方法模拟点击事件对a标签不生效
    键盘keyCode
    java配置好jdk-bash: /usr/bin/java: No such file or directory
    iptables配置顺序-两条规则会忽略后边的
    一些非常实用的JSON 教程
    C#实现json的序列化和反序列化
    [asp.net]C#实现json的序列化和反序列化
    一些JSON 教程
    js+JQuery实现返回顶部功能
    HTML标签总结
  • 原文地址:https://www.cnblogs.com/redroot/p/7504838.html
Copyright © 2011-2022 走看看