我目前正在尝试使用 .NET 安装 Atmel Studio 6.2,而安装的 Visual Studio 隔离 Shell 10.0 部分给我带来了一些麻烦。
当我尝试安装 Atmel Studio 时,它会尝试安装 .NET Framework 4 并立即失败并显示结果日志:
[08/26/14,07:57:20] .NET Framework 4 Multi-Targeting Pack: [2] Error: Installation failed for component .NET Framework 4 Multi-Targeting Pack. MSI returned error code 1612
[08/26/14,07:57:21] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack is not installed.
[08/26/14,07:57:21] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Shell (Isolated) - ENU was not attempted to be installed.
[08/26/14,07:57:21] VS70pgui: [2] DepCheck indicates Microsoft SQL Server System CLR Types was not attempted to be installed.
[08/26/14,07:57:21] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects was not attempted to be installed.
[08/26/14,07:57:21] VS70pgui: [2] DepCheck indicates Microsoft Help Viewer 1.0 x64 was not attempted to be installed.
[08/26/14,07:57:21] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
[08/26/14,08:01:54] .NET Framework 4 Multi-Targeting Pack: [2] Error: Installation failed for component .NET Framework 4 Multi-Targeting Pack. MSI returned error code 1612
[08/26/14,08:01:55] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack is not installed.
[08/26/14,08:01:55] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Shell (Isolated) - ENU was not attempted to be installed.
[08/26/14,08:01:55] VS70pgui: [2] DepCheck indicates Microsoft SQL Server System CLR Types was not attempted to be installed.
[08/26/14,08:01:55] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects was not attempted to be installed.
[08/26/14,08:01:55] VS70pgui: [2] DepCheck indicates Microsoft Help Viewer 1.0 x64 was not attempted to be installed.
[08/26/14,08:01:55] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
[08/26/14,08:08:30] .NET Framework 4 Multi-Targeting Pack: [2] Error: Installation failed for component .NET Framework 4 Multi-Targeting Pack. MSI returned error code 1612
[08/26/14,08:08:31] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack is not installed.
[08/26/14,08:08:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Shell (Isolated) - ENU was not attempted to be installed.
[08/26/14,08:08:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Server System CLR Types was not attempted to be installed.
[08/26/14,08:08:31] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects was not attempted to be installed.
[08/26/14,08:08:32] VS70pgui: [2] DepCheck indicates Microsoft Help Viewer 1.0 x64 was not attempted to be installed.
[08/26/14,08:08:32] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
[08/26/14,09:16:38] .NET Framework 4 Multi-Targeting Pack: [2] Error: Installation failed for component .NET Framework 4 Multi-Targeting Pack. MSI returned error code 1612
[08/26/14,09:16:38] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack is not installed.
[08/26/14,09:16:38] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Shell (Isolated) - ENU was not attempted to be installed.
[08/26/14,09:16:38] VS70pgui: [2] DepCheck indicates Microsoft SQL Server System CLR Types was not attempted to be installed.
[08/26/14,09:16:38] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects was not attempted to be installed.
[08/26/14,09:16:38] VS70pgui: [2] DepCheck indicates Microsoft Help Viewer 1.0 x64 was not attempted to be installed.
[08/26/14,09:16:39] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
[08/26/14,12:42:39] .NET Framework 4 Multi-Targeting Pack: [2] Error: Installation failed for component .NET Framework 4 Multi-Targeting Pack. MSI returned error code 1612
[08/26/14,12:42:39] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack is not installed.
[08/26/14,12:42:39] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Shell (Isolated) - ENU was not attempted to be installed.
[08/26/14,12:42:39] VS70pgui: [2] DepCheck indicates Microsoft SQL Server System CLR Types was not attempted to be installed.
[08/26/14,12:42:39] VS70pgui: [2] DepCheck indicates Microsoft SQL Server 2008 R2 Management Objects was not attempted to be installed.
[08/26/14,12:42:39] VS70pgui: [2] DepCheck indicates Microsoft Help Viewer 1.0 x64 was not attempted to be installed.
[08/26/14,12:42:39] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
我的第一反应是尝试卸载/重新安装 .NET Framework 4。当我尝试卸载它时,我收到以下错误:
找不到路径“C:\Users\MyUser\appdata\local\temp\sit31981.tmp\wcu\mtpack\NetFx_DTP.msi”。验证您是否有权访问此位置并重试,或者尝试在可以安装产品 Microsoft .NET Framework 4 Multi-Targeting Pack 的文件夹中找到安装包“NetFx_DTP.msi”
我试过在我的电脑上搜索,试图找到这个文件,但没有成功。我也做了一些研究,试图自己找到文件“NetFx_DTP.msi”,但也没有运气。
如果有人对如何解决这个问题有任何提示,将不胜感激。谢谢!