Last active
December 18, 2015 01:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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....