You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download an exe over https in my own domain. I am using the download dialog component to achieve this.
Getting an error that the specified download has failed. Error line from the log file is
2018-02-16 18:14:49 *** Download ERROR: 0x800c0008 - Error downloading "https://hello.world.com/Resources/Dotnet4.6AllOS.exe" to "C:\Users\SACHAT~1\AppData\Local\Temp\Dotnet4.6AllOS.exe.tmp": The download of the specified resource has failed.
Searching through forums found that the culprit is an IE Setting. In Internet Explorer, in Internet Options, under Advanced tab, under Security section if the setting "Do not save encrypted pages to disk" is checked then the download fails.
However if I hit the same URL in the browser, the download happens fine.
I am trying to distribute pieces of software through the dotnetinstaller bootstrapper and there can be can be scenarios when the user workstation has this setting.
I think to solve this issue, dotNetInstaller would have to use something else other than URLDownloadToFile, like CInternetSession or CHTTPClient.
I have not tested any of these possible work-arounds or solutions as when I encountered this issue, I was able to use HTTP instead; the data retrieved when downloading the file didn't need to be encrypted.
I am trying to download an exe over https in my own domain. I am using the download dialog component to achieve this.
Getting an error that the specified download has failed. Error line from the log file is
2018-02-16 18:14:49 *** Download ERROR: 0x800c0008 - Error downloading "https://hello.world.com/Resources/Dotnet4.6AllOS.exe" to "C:\Users\SACHAT~1\AppData\Local\Temp\Dotnet4.6AllOS.exe.tmp": The download of the specified resource has failed.
Searching through forums found that the culprit is an IE Setting. In Internet Explorer, in Internet Options, under Advanced tab, under Security section if the setting "Do not save encrypted pages to disk" is checked then the download fails.
However if I hit the same URL in the browser, the download happens fine.
I am trying to distribute pieces of software through the dotnetinstaller bootstrapper and there can be can be scenarios when the user workstation has this setting.
Any way this can be fixed?
Posted same to Google Group Topic
The text was updated successfully, but these errors were encountered: