简体   繁体   中英

.NET Framework 4 Multi-Targeting Pack Unable to Uninstall

I'm currently trying to install Atmel Studio 6.2 with .NET and the Visual Studio Isolated Shell 10.0 portion of the install is giving me some trouble.

When I attempt to install Atmel Studio, it tries to install .NET Framework 4 and immediately fails with the resulting log:

[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!

My first reaction was to try and uninstall/reinstall .NET Framework 4. When I attempt to uninstall it, I receive the following error:

The path 'C:\\Users\\MyUser\\appdata\\local\\temp\\sit31981.tmp\\wcu\\mtpack\\NetFx_DTP.msi' cannot be found. Verify that you have access to this location and try again, or try to find the installation package 'NetFx_DTP.msi' in a folder from which you can install the product Microsoft .NET Framework 4 Multi-Targeting Pack

I've tried searching around my computer to try and find this file with no luck. I've also done some research to try and find the file 'NetFx_DTP.msi' by itself with no luck there either.

If anyone has any tips on how to possibly solve this, it'd be much appreciated. Thanks!

For Windows 10 / Server 2012R2:

You should now have a %programfiles(x86)%\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.0\\ folder with the 4.0 stuff.

Reference: https://msdn.microsoft.com/en-us/library/ee225240(v=vs.100).aspx

This Microsoft Support post addresses the issues I was running into. FixIt was able to reset the corrupted registry entries and get everything back to normal!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM