安装Visual Studio 2010,安装在Visual Studio 2010中停止先决条件x64
我有: Windows 7旗舰版x64
我尝试手动安装它也失败了
消息显示安装失败,错误日志显示:
[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:驱动器。