Is there any way to send HTTP request using (pure) Inno Setup?
isxdl.dll isn't an option, because it creates window of the "download".
Also I would like to avoid using curl.
Is there any way to send HTTP request using (pure) Inno Setup?
isxdl.dll isn't an option, because it creates window of the "download".
Also I would like to avoid using curl.
Use
WinHttpRequest
object:This extension can download without a UI; http://www.sherlocksoftware.org/page.php?id=50 (Via
ITD_DownloadFiles
)