将.NET框架安装到客户端计算机上时出错

时间:2012-01-03 08:33:04

标签: .net windows-xp windows-installer

我使用Windows XP Service pack-2 Version 2002格式化了客户端PC。我必须部署WPF应用程序.. 所以我首先安装.NET Framework 3.5。但这在安装过程中给出了错误...并且对话框显示发送和“不发送”选项。

错误日志就像:

[01/02/12,18:02:08] VS Scenario: [2] *** Blocking Components exist and must be satisified before continuing to install ***
[01/02/12,18:02:08] VS Scenario: [2] Microsoft Windows Installer 3.1
[01/02/12,18:02:08] VS Scenario: [2] *** End of Blocking Component List ***
[01/02/12,18:02:40] VS Scenario: [2] Failed to pass the Warnings/Blocks checks in CVSScenario::Start()
[01/03/12,09:33:16] Microsoft .NET Framework 2.0a: [2] Failed to fetch setup file in CBaseComponent::PreInstall()
[01/03/12,09:33:16] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467260.
[01/03/12,09:33:16] setup.exe: [2] CSetupManager::RunInstallPhase() - Call to Pre/Install/Post for InstallComponents failed
[01/03/12,09:33:17] setup.exe: [2] CSetupManager::RunInstallPhaseAndCheckResults() - RunInstallPhase() returned a NULL piActionResults
[01/03/12,09:33:17] setup.exe: [2] CSetupManager::RunInstallFromList() - RunInstallPhaseAndCheckResults failed [2]
[01/03/12,09:33:17] setup.exe: [2] ISetupManager::RunInstallLists(IP_PREINSTALL failed in ISetupManager::RunInstallFromThread()
[01/03/12,09:33:17] setup.exe: [2] ISetupManager::RunInstallFromThread() failed in ISetupManager::RunInstall()
[01/03/12,09:33:17] setup.exe: [2] CSetupManager::Run() - Call to RunInstall() failed
[01/03/12,09:50:34] Microsoft .NET Framework 3.0 SP2 x86: [2] Error: Installation failed for component Microsoft .NET Framework 3.0 SP2 x86. MSI returned error code 1603
[01/03/12,09:50:54] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 SP2 x86 is not installed.
[01/03/12,09:52:33] Microsoft .NET Framework 3.0 SP2 x86: [2] Error: Installation failed for component Microsoft .NET Framework 3.0 SP2 x86. MSI returned error code 1603
[01/03/12,09:52:47] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 SP2 x86 is not installed.
[01/03/12,09:57:17] Microsoft .NET Framework 3.0a: [2] Error: Installation failed for component Microsoft .NET Framework 3.0a. MSI returned error code 1603
[01/03/12,09:57:29] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a is not installed.
[01/03/12,10:26:39] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.5 'package' was not attempted to be installed.
[01/03/12,10:32:25] Microsoft .NET Framework 3.0a: [2] Error: Installation failed for component Microsoft .NET Framework 3.0a. MSI returned error code 1603
[01/03/12,10:32:37] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a is not installed.
[01/03/12,10:35:46] Microsoft .NET Framework 3.0 SP2 x86: [2] Error: Installation failed for component Microsoft .NET Framework 3.0 SP2 x86. MSI returned error code 1603
[01/03/12,10:36:00] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0 SP2 x86 is not installed.
[01/03/12,10:43:42] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603
[01/03/12,10:43:59] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.
[01/03/12,10:54:40] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603
[01/03/12,10:54:55] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.
[01/03/12,10:59:05] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603
[01/03/12,10:59:20] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.
[01/03/12,11:03:06] Microsoft .NET Framework 3.0a: [2] Error: Installation failed for component Microsoft .NET Framework 3.0a. MSI returned error code 1603
[01/03/12,11:03:20] WapUI: [2] DepCheck indicates Microsoft .NET Framework 3.0a is not installed.

0 个答案:

没有答案