安裝 microsoft Visual C++ Redistributable 時出現 0x80240017 錯誤

安裝 microsoft Visual C++ Redistributable 時出現 0x80240017 錯誤

我嘗試安裝 Microsoft Visual C++ Redistributable x64 並收到 0x80240017 錯誤。

我該如何解決這個問題?

答案1

錯誤代碼的0x80240017意思是WU_E_NOT_APPLICABLE - Operation was not performed because there are no applicable updates.這意味著無法安裝 MSU,因為:

  • 缺少安裝更新的要求
  • 更新已安裝
  • 更新被取代(已被更新版本取代)

看看你有沒有更新KB2999226(通用 C 運行時)已經安裝並刪除它。

相關內容