我试图使用
下载文件InetLoad::load "https://www.dropbox.com/xxx/xxx.exe" "$INSTDIR\temp\xxx.exe"
但是这给了我连接错误。知道如何克服连接错误。
我试过inetc :: get也没用。我也猜测它与inetc插件有同样的问题。
答案 0 :(得分:2)
INetC使用WinInet,与Internet Explorer相同的互联网库。这可能是你的网络问题吗?它适用于我:
Section
InitPluginsDir
inetc::get "https://www.dropbox.com/s/xxxxxxx/yyyy.exe?dl=1" "$PluginsDir\vcredist_x86.exe" /END
Pop $0
DetailPrint $0
SectionEnd
您是否尝试使用WireShark或Fiddler检查网络流量?