Sherlock 软件 InnoTool Downloader helper 代理支持
Sherlock software InnoTool Downloader helper proxy support
InnoTools Downloader,是安装时下载文件的好工具
有没有办法通过下载支持代理设置?
在 2008 年的发行说明中,它说了一些关于 " - Preliminary support for proxy server autodetection" 的内容。
我在 help 文件中找不到任何内容。
InnoTools 下载器使用 InternetQueryOption
WinAPI function(dwOption
= INTERNET_OPTION_PROXY
)自动检测要使用的代理。
无法显式配置代理。
另一方面,Inno Download Plugin(您用它来标记您的问题)确实支持显式代理配置:
procedure idpSetProxyMode(mode: String); external 'idpSetProxyMode@files:idp.dll cdecl';
procedure idpSetProxyName(name: String); external 'idpSetProxyName@files:idp.dll cdecl';
procedure idpSetProxyLogin(login, password: String); external 'idpSetProxyLogin@files:idp.dll cdecl';
DwinsHs (Downloader for Inno Setup)也支持代理。
我对两者都没有任何经验,但 InnoTools 下载器自 2008 年以来就没有更新过,而 Inno Download Plugin 和 DwinsHs 似乎仍在维护。
InnoTools Downloader,是安装时下载文件的好工具
有没有办法通过下载支持代理设置?
在 2008 年的发行说明中,它说了一些关于 " - Preliminary support for proxy server autodetection" 的内容。
我在 help 文件中找不到任何内容。
InnoTools 下载器使用 InternetQueryOption
WinAPI function(dwOption
= INTERNET_OPTION_PROXY
)自动检测要使用的代理。
无法显式配置代理。
另一方面,Inno Download Plugin(您用它来标记您的问题)确实支持显式代理配置:
procedure idpSetProxyMode(mode: String); external 'idpSetProxyMode@files:idp.dll cdecl';
procedure idpSetProxyName(name: String); external 'idpSetProxyName@files:idp.dll cdecl';
procedure idpSetProxyLogin(login, password: String); external 'idpSetProxyLogin@files:idp.dll cdecl';
DwinsHs (Downloader for Inno Setup)也支持代理。
我对两者都没有任何经验,但 InnoTools 下载器自 2008 年以来就没有更新过,而 Inno Download Plugin 和 DwinsHs 似乎仍在维护。