Closed kutu closed 8 years ago
I researched this issue and I haven't found much due to the vagueness of the error given by the installer. Do you have a firewall or proxy running that could have blocked the download?
i don't as i said, i just copied that link to browser, to see if there is a problem, and file successfully downloaded i run Mu installer 3-4 times, and every time got same error after i installed msvc 14.0 manually, Mu installed successfully
I looked into this even further. Unfortunately, I have been unable to replicate this problem. I delved into the source code for the installer and the error code is coming from WinINet HttpSendRequest(). A code of 0, which you're getting, means that the connection was accepted but no headers were returned. The cause of this stems from one of the following:
Since you installed the vcredist yourself, the installer will not attempt to install it again (until there's a new vc++ redist package Mu will require). I'll be keeping my eye out for this issue though.
Thanks again for reporting this.
i think this might be an issue with https can you create mu installer with http urls for msvc? then i will uninstall msvc and mu, and try this test installer, and we will see what will happen
Hmm...you very well could be right. I put up a new (pre)release at https://github.com/patrickmoore/Mu/releases/download/1.7.0.2/MuInstaller.exe with it using http instead of https. Let me know if that works for you.
it works
:D - Thanks again for your assistance!
but i can download file by url manually
maybe https issue