0

Windows XP マシンに Microsoft Visual Studio 2010 をインストールしようとすると、次のエラーが表示されます: The following components failed to install VC 10.0 Runtime (x86)

エラーログは次のとおりです。

[05/17/12,11:26:36] VC 9.0 Runtime (x86): [2] dlmgr: CDownloadJobCompositeImpl: Download completed with hr = 0x800b0101
[05/17/12,11:26:37] VC 9.0 Runtime (x86): [2] Failed to fetch setup file in CBaseComponent::PreInstall()
[05/17/12,11:26:37] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467260.
[05/17/12,11:26:37] setup.exe: [2] CSetupManager::RunInstallPhase() - Call to Pre/Install/Post for InstallComponents failed
[05/17/12,11:26:37] setup.exe: [2] CSetupManager::RunInstallPhaseAndCheckResults() - RunInstallPhase() returned a NULL piActionResults
[05/17/12,11:26:37] setup.exe: [2] CSetupManager::RunInstallFromList() - RunInstallPhaseAndCheckResults failed [2]
[05/17/12,11:26:37] setup.exe: [2] ISetupManager::RunInstallLists(IP_PREINSTALL failed in ISetupManager::RunInstallFromThread()
[05/17/12,11:26:37] setup.exe: [2] ISetupManager::RunInstallFromThread() failed in ISetupManager::RunInstall()

**どんな助けでも大歓迎です

ありがとう

4

1 に答える 1

2

0x800b0101@Hansが言ったように、最初の行のエラーコードは証明書の問題を示しているようです。一部の Windows Update がインストールに失敗し、同じエラーが報告される可能性があります (ただし、まだ VS がインストールされていないため、まだ表示されていない可能性があります)。

このスレッドを確認してください。

(Windows Update から) Visual Studio の特定のセキュリティ更新プログラムをインストールしようとしたときに、このエラー コードに出くわしました。特定の FixIt .msi ファイルを実行して解決しました。スレッドの提案が機能しない場合は、教えてください。実行した正確な FixIt を確認します。

于 2012-07-20T12:35:42.567 に答える