Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unspecified error trying to install .NET 4.5.2 Developer Pack

I downloaded the .NET 4.5.2 Developer Pack and have since been struggling to install it on one particular 64-bit Windows 7 machine so that I can use it with Visual Studio 2013, which was successfully installed. (Worked just fine on all other machines I've installed the framework on)

It fails right near the end of the first extraction phase with a "An error was encountered. Unspecified error" and immediately deletes all the files it just extracted. I've been looking for an error log or any sort of indication of what's caused the problem - can't fine a trace of anything.

Any ideas on what I can do to get it to install?

like image 324
Balah Avatar asked Apr 28 '15 12:04

Balah


2 Answers

My co-worker pointed at something that helped me. It's hard to believe but when all the files get extracted from this 350 Mb setup files they take up about 6 Gb! I had only about 4.5 Gb free on my hard drive and after some cleanup the SDK installed with no problem.

like image 126
Alex Maslov Avatar answered Oct 18 '22 05:10

Alex Maslov


I solved that issue in the next way: 1) Extract installer as archive(just with WinRAR using mouse right button click - extract) 2) Run Setup.exe

If you get "Fatal error" on install - reboot the system. Some programs or previous actions can brake installation

like image 36
Ceka Avatar answered Oct 18 '22 05:10

Ceka