Reputation: 21
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!
Upvotes: 2
Views: 791
Reputation: 41776
Use Inno Download Plugin by Mitrich Software. It supports FTP, HTTP and HTTPS.
Upvotes: 1