1. 程式人生 > >Windows 2016 安裝Sharepoint 2016 預裝組件失敗

Windows 2016 安裝Sharepoint 2016 預裝組件失敗

boot load iat form sys zip evo word rop

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:

    • SQL Client (SQLnCli.msi)
    • Microsoft Identity Extension (MicrosoftIdentityExtensions-64.msi)
    • Microsoft Sync Framework 1.0 SP1 (Synchronization.msi)Extract the appropriate file from the ZIP package.
    • AppFabric 1.1 (WindowsServerAppFabricSetup_x64.exe)
    • Cumulative Update 7 (KB3092423) for Microsoft AppFabric 1.1 for Windows Server (AppFabric-KB3092423-x64-ENU.exe)
    • Active Directory Rights Management Services Client 2.1 (setup_msipc_x64.exe)
    • Windows Communications Framework Data Services 5.6.0 (WcfDataServices56.exe)
    • .NET Framework 4.6 (NDP453-KB2969351-x86-x64-AllOS-ENU.exe)
    • Visual C++ 2012 Redistributable Package (vcredist_x64.exe)
    • Visual C++ 2015 Redistributable Package (vc_redist.x64.exe)

Windows 2016 安裝Sharepoint 2016 預裝組件失敗