Is it possible to download files from a secure site (https) in the inno installer?

771 views Asked by At

I am working on a C# project and using Inno installer. I need to check for automatic updates in my installer and if update is available, then the installer should download the newer binaries from a secure (HTTPS) website using user authentication (e.g, from our build server).

I also checked the InnoTools Downloader (http://www.sherlocksoftware.org/page.php?id=50). It supports download from HTTP and FTP, but not from HTTPS.

Is it possible at all using inno setup file or any other installer mechanism in C#?

Thanks in advance!

1

There are 1 answers

0
Jens A. Koch On

Use Inno Download Plugin by Mitrich Software. It supports FTP, HTTP and HTTPS.