Active-Directory
組策略軟體安裝失敗,出現錯誤 %%14
我創建了一個配置為“分配”的 GPO,
\\<AD DNS domain name>\NETLOGON\<file name>.msi
並驗證它適用於 Windows 10 v1809 PC,但實際安裝始終失敗。RSoP 報告如下:
20 June 2019 14:10:23 Software Installation failed due to the error listed below. Not enough memory resources are available to complete this operation.
事件查看器報告以下內容:
Log Name: System Source: Microsoft-Windows-GroupPolicy Date: 20/06/2019 14:48:10 Event ID: 1085 Task Category: None Level: Warning Keywords: User: SYSTEM Computer: <PC FQDN> Description: Windows failed to apply the Software Installation settings. Software Installation settings might have its own log file. Please click on the "More information" link.
Log Name: System Source: Application Management Group Policy Date: 20/06/2019 14:10:23 Event ID: 108 Task Category: None Level: Error Keywords: Classic User: SYSTEM Computer: <PC FQDN> Description: Failed to apply changes to software installation settings. Software changes could not be applied. A previous log entry with details should exist. The error was: %%14
我有:
- 發現該錯誤
%%14
似乎沒有線上記錄,因此我發布此內容的主要原因。- 驗證組策略已按照這些方案的建議配置(
Specify startup policy processing wait time
設置為 60 秒並Always wait for the network at computer startup and logon
設置為啟用)。- 已驗證 PC 和 DC 之間的連接為 1 Gbps
- 發現在 PC 上從 NETLOGON 手動執行 MSI 工作正常。
更新:2019/06/26 09:29
我有:
- 發現這個非常 GPO 成功地適用於另外 2 台 Windows 10 v1809 PC。
- 嘗試將 7-Zip 的 MSI 部署到受影響的 PC,但失敗並出現相同的錯誤。
- 發現一些表明 DNS 初始化緩慢的事件,因此暫時刪除了 Webroot SecureAnywhere 的 DNS 保護代理,但發現這樣做並沒有什麼不同。
更新:2019/06/26 14:08
我有:
- 根據https://support.microsoft.com/en-gb/help/223300/how-to-enable-windows-installer-logging
%tmp%
啟用 Windows 安裝程序日誌記錄,但我在或中找不到任何相關內容C:\Windows\System32\config\systemprofile\AppData\Local
。
這已通過 .OLD-ing 以下系統資料庫項並重新啟動來解決:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\History
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\AppMgmt
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\History