I'm trying to install Visual Studio 2017 Community because the last version i had, was a pre-Release of the same version. But now i can't keep using the program because it forces me to update to a new one.
I found this question with a similar problem but the answer didn't work for me. Any ideas?
I was also facing same issue which you are facing. As a troubleshooting,I found that now a days, files download from aka.ms. Due to some reason you might not be reachable from your machine.
To find out issue, you should first run fiddler and then start installation of Visual studio 2017. Find from where your exe is trying to download file for installation.
Once you could find URL like I got "aka.ms". Try to ping on that domain to verify connection and then try to open that URL from your computer.
If everything will be fine as I have explained your setup will download files.
Another Problem may be you have to install all the certificates as shown below:
TL;DR The problem can be in optimized (tweaked) system. Enable services that was originally on.
Read log file
If you are sure that there is no any of internet / firewall issues, all updates are installed (to meet requirements, especially for .NET Framework), then you should check log file in
%TEMP%
directory. A path something likeC:\Users\<username>\AppData\Local\Temp\dd_bootstrapper_<date and time of last run>.log
.I'd expect, that it says:
Fix cryptographic exception
The first step is to install the certificates.
If the error still there, then check system services ( + R, type
services.msc
). Go through all list, read descriptions and search for certificates, private and public keys. I started CNG key isolation service (KeyIso) and magically the installer became normal.Also I think this Uninstaller can be useful for everyone who did upgrade from previous version (2013, 2015) like me.
Check internet connection, chck if you have any vpn/proxy, check if you have any wierd anti-virus, windows firewall or some external, run windows update (just in case), if these fail you will need to download the new version directly from Here