Skip to content

Instantly share code, notes, and snippets.

@karlgrz
Last active December 18, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlgrz/5702133 to your computer and use it in GitHub Desktop.
Save karlgrz/5702133 to your computer and use it in GitHub Desktop.
The log files from trying to repair and uninstall .NET Framework 4.5, respectively.
OS Version = 6.1.7601, SP = 1.0, Platform 2, Service Pack 1
OS Description = Windows 7 - x64 Ultimate Edition Service Pack 1
MSI = 5.0.7601.17807
Windows version = amd64_windowsfoundation_31bf3856ad364e35_6.1.7601.17514_none_615fdfe2a739474c.manifest
Windows servicing = 6.1.7601.17592
CommandLine = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\\Setup.exe" /repair /x86 /x64
TimeZone = Central Daylight Time
Initial LCID = 1033
Using Simultaneous Download and Install mechanism
Operation: Repairing
Package Name = Microsoft .NET Framework 4.5 Setup
Package Version = 4.5.50709
User Experience Data Collection Policy: Disabled
Number of applicable items: 5
Exe (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
MSI (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\netfx_Full_x64.msi) Installation failed. Msi Log: Microsoft .NET Framework 4.5 Setup_20130603_174545583-MSI_netfx_Full_x64.msi.txt
Exe (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
MSI (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\netfx_Full_x64.msi) Installation failed. Msi Log: Microsoft .NET Framework 4.5 Setup_20130603_174545583-MSI_netfx_Full_x64.msi.txt
Final Result: Installation failed with error code: (0x80070643), "Fatal error during installation. " (Elapsed time: 0 00:00:21).
OS Version = 6.1.7601, SP = 1.0, Platform 2, Service Pack 1
OS Description = Windows 7 - x64 Ultimate Edition Service Pack 1
MSI = 5.0.7601.17807
Windows version = amd64_windowsfoundation_31bf3856ad364e35_6.1.7601.17514_none_615fdfe2a739474c.manifest
Windows servicing = 6.1.7601.17592
CommandLine = "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\\Setup.exe" /repair /x86 /x64
TimeZone = Central Daylight Time
Initial LCID = 1033
Using Simultaneous Download and Install mechanism
Operation: Repairing
Package Name = Microsoft .NET Framework 4.5 Setup
Package Version = 4.5.50709
User Experience Data Collection Policy: Disabled
Operation updated to: Uninstalling
Logging all the global blocks
Pre-Installation Warnings:
Uninstalling Microsoft .NET Framework may cause some applications to cease to function.
Number of applicable items: 2
ServiceControl operation succeeded!
MSI (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\SetupCache\netfx_Full_x64.msi) Uninstall failed. Msi Log: Microsoft .NET Framework 4.5 Setup_20130603_175056692-MSI_netfx_Full_x64.msi.txt
Final Result: Installation failed with error code: (0x80070643), "Fatal error during installation. " (Elapsed time: 0 00:00:15).
@karlgrz
Copy link
Author

karlgrz commented Jun 3, 2013

FWIW, I am completely productive on my dev machine (running IIS, ASP.NET MVC3 applications written targeting .NET 4.0, Visual Studio 2012 appears to not be experiencing any problems compiling projects).

@karlgrz
Copy link
Author

karlgrz commented Jun 3, 2013

More info: Previously, I couldn't install VS2012 Update 2. I am running it now after uninstalling the Microsoft .NET Framework Multi-targeting library (or whatever it's called). Looks promising....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment