Problem with inetload
Hello.
Sorry for my English from the beginning.
I try to download files from the web during installation, but when I intentionally make disconnection (just turn off modem) nothing happens after defined by /TIMEOUT parameter time.
In 10-12 seconds appears my MessageBox with the text "OK"InetLoad
::load /TIMEOUT 5000 /RESUME "" "http://mydomain/myfile" "$TEMP\\myfile"
>Pop $0
MessageBox MB_OK "Download Status: $0"
Question: How to detect that connection is broken when downloading was started?
Thank you for your answers.