I had download web installer vs_enterprise_ENU.exe , but it start and closed immediately In logs I see [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x80190197: Failed to download http://go.microsoft.com/fwlink/?LinkId=615437&clcid=0x409; will try 2 more times. [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x80190197: Failed to download http://go.microsoft.com/fwlink/?LinkId=615437&clcid=0x409; will try 1 more times. [0C40:03A0][2015-12-10T01:39:02]e000: Error 0x8007013d: Failed to format error message. [0C40:03A0][2015-12-10T01:39:02]i000: [...] read more
After looking at various stackoverflow questions, I found several ways to download a file from a command line without interaction from the user. The only one that worked for me also works only on Windows 10 natively : curl -sko %TEMP%\file.txt "https://some.hostname/file.txt" But installing an external tool like wget/curl is [...] read more
I'm writing an application updater that pulls installation package from our distribution web site to the user's PC using the background intelligent download service facility. More or less everything is working fine now but I'm having a bit of problem getting the application react well to all recoverable errors. Specifically, [...] read more