2012-08-22 71 views
0

安裝Visual Studio 2010,停止安裝在Visual Studio 2010的先決條件的x64的Visual Studio 2010先決條件的x64安裝錯誤

我: Windows 7旗艦版64位

我嘗試手動安裝它,它也失敗了

有消息稱安裝失敗和錯誤日誌中說:

[08/22/12,09:53:11] MSITOSIT: [2] CRootComponent::SetManager() - The Windows Installer package: 
j:\vs_setup.msi 
could not be opened. 

Choose Retry to try again. Choose Cancel for exit setup. 
[08/22/12,09:53:51] MSITOSIT: [2] CRootComponent::SetManager() - The Windows Installer package: 
j:\vs_setup.msi 
could not be opened. 

Choose Retry to try again. Choose Cancel for exit setup. 
[08/22/12,09:53:54] MSITOSIT: [2] CRootComponent::SetManager() - The Windows Installer package: 
j:\vs_setup.msi 
could not be opened. 

Choose Retry to try again. Choose Cancel for exit setup. 
[08/22/12,09:53:54] MSITOSIT: [2] CRootComponent::SetManager() - The Windows Installer package: 
j:\vs_setup.msi 
could not be opened. 

Choose Retry to try again. Choose Cancel for exit setup. 
[08/22/12,09:53:55] setup.exe: [2] ISetupModule::SetManager() failed in ISetupManager::LoadSetupObjectGuid() : vs_setup.dll 
[08/22/12,09:53:55] setup.exe: [2] CSetupManager::LoadSetupObjectname() - Failed in call to LoadSetupObjectGuid() for strName: in file: vs_setup.dll 
[08/22/12,09:53:55] setup.exe: [0] LoadComponent(), LoadSetupObjectName failure: vs_setup.dll 
[08/22/12,09:53:55] setup.exe: [0] LoadComponent failed in ISetupManager::LoadComponentsFromDBObject(): vs_setup.dll 
[08/22/12,09:53:55] setup.exe: [2] CSetupManager::LoadDatabaseValues() - Failed in call to LoadComponentsFroMDBObjects() 
[08/22/12,09:53:55] setup.exe: [2] CSetupManager::RunIntro() - Failed to Load Database Values 
[08/22/12,09:53:56] setup.exe: [2] CSetupManager::RunLoadSetup() - Failed to Run the Intro 
***EndOfSession***[08/22/12,10:00:25] MSITOSIT: [2] CRootComponent::SetManager() - The Windows Installer package: 
j:\vs_setup.msi 
could not be opened. 

Choose Retry to try again. Choose Cancel for exit setup. 
[08/22/12,10:00:28] setup.exe: [2] ISetupModule::SetManager() failed in ISetupManager::LoadSetupObjectGuid() : vs_setup.dll 
[08/22/12,10:00:29] setup.exe: [2] CSetupManager::LoadSetupObjectname() - Failed in call to LoadSetupObjectGuid() for strName: in file: vs_setup.dll 
[08/22/12,10:00:29] setup.exe: [0] LoadComponent(), LoadSetupObjectName failure: vs_setup.dll 
[08/22/12,10:00:29] setup.exe: [0] LoadComponent failed in ISetupManager::LoadComponentsFromDBObject(): vs_setup.dll 
[08/22/12,10:00:29] setup.exe: [2] CSetupManager::LoadDatabaseValues() - Failed in call to LoadComponentsFroMDBObjects() 
[08/22/12,10:00:29] setup.exe: [2] CSetupManager::RunIntro() - Failed to Load Database Values 
[08/22/12,10:00:35] setup.exe: [2] CSetupManager::RunLoadSetup() - Failed to Run the Intro 
***EndOfSession***[08/22/12,10:40:38] Microsoft Visual Studio 2010 64bit Prerequisites (x64): [2] Error: Installation failed for component Microsoft Visual Studio 2010 64bit Prerequisites (x64). MSI returned error code 1603 
[08/22/12,10:40:40] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 64bit Prerequisites (x64) is not installed. 
[08/22/12,10:40:40] VS70pgui: [2] DepCheck indicates Microsoft Visual F# 2.0 Runtime was not attempted to be installed. 
..... 
.... 
... 
+0

看起來像安裝介質已損壞。 –

回答

1

確保安裝程序具有讀取驅動器J:的權限。

我遇到過類似的問題一次,因爲我的安裝程序位於我有權限的驅動器上,但系統帳戶沒有。

嘗試將vs_setup.msi移動到C:驅動器。

+0

這一定是它,但我現在有另一個錯誤。我發佈了一個新問題:http://stackoverflow.com/questions/12070332/visual-studio-2010-prerequisites-x64-installation-error-code-1603 –

相關問題