http://bugs.winehq.org/show_bug.cgi?id=27113
--- Comment #6 from Qian Hong fracting@gmail.com 2012-01-28 13:19:57 CST --- (In reply to comment #5)
Is it possible to know the exact option it tries to set and adds the error?
Yeah, only INTERNET_OPTION_PROXY_USERNAME and INTERNET_OPTION_PROXY_PASSWORD are needed.
- If InternetSetOptionW for INTERNET_OPTION_PROXY_USERNAME return FALSE, then INTERNET_OPTION_PROXY_PASSWORD is not set, fdm.exe fail to download files; - If InternetSetOptionW for INTERNET_OPTION_PROXY_USERNAME return TRUE, then the application will try to set INTERNET_OPTION_PROXY_PASSWORD: - If InternetSetOptionW for INTERNET_OPTION_PROXY_PASSWORD return FALSE, then fdm.exe will still fail to download - Instead, if InternetSetOptionW for INTERNET_OPTION_PROXY_PASSWORD return TRUE as well, fdm.exe will start to download.