安装Visual 2010,安装在Visual 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.
.....
....
...
发布于 2012-08-22 09:19:40
确保安装程序能够读取对驱动器J:。
我曾经遇到过类似的问题,因为我的安装程序在我有权限的驱动器上,但是系统帐户没有。
尝试将vs_setup.msi移动到C:驱动器。
https://stackoverflow.com/questions/12069869
复制相似问题