After several attempts (nine), the following file could not be downloaded: https://go.microsoft.com/fwlink/?linkid=854219

When trying to install a package with Cocos2d in Visual Studio, this error occurs:

After several attempts (nine), the following file could not be downloaded: https://go.microsoft.com/fwlink/?linkid=854219

Select Continue to install Visual Studio without downloading this file. This may cause problems at other stages of the installation.

Select the "Repeat" command to try to download file again.

Select Cancel to cancel the Visual Studio installation.

Help with installation behind a firewall or proxy server.

How can I solve this problem?

Author: Redis, 2020-04-16

1 answers

Direct link to the file

Is easily obtained by clicking on the link from the question:
https://digitalocean.cocos2d-x.org/CocosCreator/v1.5.2/CocosCreator_v1.5.2-1_2017070701_setup.exe

Problem:

The IP address of the site (but not the site itself) is blocked by the RCN:

Screenshot of blocking by IP

Screenshot of the absence of blocking by domain

Possible solution:

  1. Download the file in any available way
  2. Installing Fiddler
  3. In in the settings, you allow the interception and decryption of reesa traffic
  4. Enable autoresponder, while setting unmatched requests pass through

    Fiddler screenshot

  5. In the folder with the file, you run the http-server
  6. Using the browser, you download a file from localhost
  7. In Fiddler, you drag the line with downloading the file to autoresponder
  8. You poke a line in autoresponder and in rule editor you change the url to the one that the installer wants VS
  9. In the VS installer, you click Repeat, the answer is replaced by a fiddler, the installer gets the desired file and everything is set well
 0
Author: Qwertiy, 2020-04-17 18:36:58