Jump to content

For some odd reason I can not install NET Framework v4.0 and above with errors similar to 0x8E5E0442, will provide the error log if needed, for now, this is the initial one: 

 

 
OS Version = 6.1.7600, Platform 2
OS Description = Windows 7 - x64 Ultimate Edition 
CommandLine = D:\1bc6e8ee9a5f0e12678c3ee5\\Setup.exe /x86 /x64 /ia64 /web
TimeZone = GTB Standard Time
Initial LCID = 1048
 
Using Simultaneous Download and Install mechanism
 
Operation: Installing
Package Name = Microsoft .NET Framework 4 Setup
Package Version = 4.0.30319
User Experience Data Collection Policy: Disabled
 
 
 
Number of applicable items: 11
Exe (D:\1bc6e8ee9a5f0e12678c3ee5\SetupUtility.exe) succeeded.
Exe Log File: dd_SetupUtility.txt
ServiceControl operation succeeded!
ServiceControl operation succeeded!
Exe (C:\Users\lepokez\AppData\Local\Temp\Microsoft .NET Framework 4 Setup_4.0.30319\Windows6.1-KB958488-v6001-x64.msu) failed with 0x8e5e0442 - (null)
Final Result: Installation failed with error code: (0x8E5E0442) (Elapsed time: 0 00:01:44).

 

Link to comment
https://linustechtips.com/topic/319134-net-framework-issues/
Share on other sites

Link to post
Share on other sites

This is a problem with NET Framework 4.0, 4.5.1 and 4.5.2. While i had successfully installed 4.0 and 4.5.1, 4.5.2 just would not install and i kept getting install failed even when i tried to install it manually rather than in windows update. I tried many of the so called fixes that are online but nothing worked except a fresh install of windows and windows updates.

 

I recommend doing a fresh install and then go through the process of updating your OS or leave it and move on. 

A water-cooled mid-tier gaming PC.

Link to comment
https://linustechtips.com/topic/319134-net-framework-issues/#findComment-4338109
Share on other sites

Link to post
Share on other sites

Try this:

1- Open the command prompt with true admin rights.

2- Type the following commands and hit Enter each time:

net stop wuauserv    rename "%SystemRoot%\SoftwareDistribution" SoftwareDistributionOLD    net start wuauserv
3- Clean your Temp director. In your case it is located here: C:\Users\lepokez\AppData\Local\Temp

4- Start IE and clear it's browsing history and cache (or use CCleaner to do those tasks, up to you)

5- Make sure your system time is correct (synchronize it: Click on the time on the task bar, then on "Change date and time settings...", then go to the "Internet Time" tab, then on "Change Settings button", and on "Update Now". If it fails, pick another server from the drop down menu, and click on "Update Now" again)

5- Restart the system.

Try now. Does it work? If not, do you get a new error message/code?

Link to comment
https://linustechtips.com/topic/319134-net-framework-issues/#findComment-4348025
Share on other sites

Link to post
Share on other sites

well that's kinda complicated, so you might want to do that for last resort

 

use the Microsoft .NET Framework Repair Tool

http://www.microsoft.com/en-us/download/details.aspx?id=30135

and re-install again (and do not use the same installer from before)
 

I don't know what trigger that problem, but my guess is you download the web version of framework installer, and it just failed half the way.

Link to comment
https://linustechtips.com/topic/319134-net-framework-issues/#findComment-4355015
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×