來(lái)源: CSDN
廣告:
遇到問(wèn)題
windows server 2008 r2安裝.NET Framework 4.8.提示錯(cuò)誤信息:已處理證書(shū)鏈,但是在不受信任提供程序信任的根證書(shū)中終止。
OS Version = 6.1.7601, SP = 1.0, Platform 2, Service Pack 1 OS Description = Win2K8R2 - x64 Enterprise Edition Service Pack 1 MSI = 5.0.7601.17514 Windows version = amd64_windowsfoundation_31bf3856ad364e35_6.1.7601.17514_none_615fdfe2a739474c.manifest Windows servicing = 6.1.7601.17514 CommandLine = D:\46c21bd524f19bd6a61285c16eabe4\\Setup.exe /x86 /x64 /web Using Simultaneous Download and Install mechanism Operation: Installing Package Name = Microsoft .NET Framework 4.8 Setup Package Version = 4.8.04115 User Experience Data Collection Policy: Disabled Number of applicable items: 11 D:\46c21bd524f19bd6a61285c16eabe4\SetupUtility.exe - Signature verification for file SetupUtility.exe (D:\46c21bd524f19bd6a61285c16eabe4\SetupUtility.exe) failed with error 0x800b0109 (已處理證書(shū)鏈,但是在不受信任提供程序信任的根證書(shū)中終止。) No FileHash provided. Cannot perform FileHash verification for SetupUtility.exe File SetupUtility.exe (D:\46c21bd524f19bd6a61285c16eabe4\SetupUtility.exe), failed authentication. (Error = -2146762487). It is recommended that you delete this file and retry setup again. Final Result: Installation failed with error code: (0x800B0109), "已處理證書(shū)鏈,但是在不受信任提供程序信任的根證書(shū)中終止。 " (Elapsed time: 0 00:00:24).
問(wèn)題原因
原因是計(jì)算機(jī)中沒(méi)有相應(yīng)的受信任證書(shū)
解決方案
通過(guò)導(dǎo)入微軟的證書(shū),成功解決此問(wèn)題
1.點(diǎn)擊鏈接下載微軟證書(shū):http://download.microsoft.com/download/2/4/8/248D8A62-FCCD-475C-85E7-6ED59520FC0F/MicrosoftRootCertificateAuthority2011.cer
2.按 Windows徽標(biāo)鍵+R 打開(kāi)運(yùn)行,輸入MMC
3.打開(kāi)控制臺(tái),文件→添加/刪除管理單元 (Ctrl+M)
4.選擇證書(shū) → 添加 → 計(jì)算機(jī)賬戶(其他的保持默認(rèn),一直下一步)
5.回到控制臺(tái)主窗口,依次展開(kāi):證書(shū) → 受信任的根證書(shū)頒發(fā)機(jī)構(gòu) → 證書(shū),單擊更多操作的小箭頭,選擇所有任務(wù) → 導(dǎo)入;接下來(lái)選擇步驟1中下載好的cer證書(shū)文件,然后一直點(diǎn)擊下一步,導(dǎo)入成功即可。
廣告: