Download latest files during installation Inno Setup

后端 未结 2 1643
梦谈多话
梦谈多话 2020-12-16 08:10

Is it possible to script that during installation to download files from a web server with Inno Setup?

相关标签:
2条回答
  • 2020-12-16 08:32

    InnoTools Downloader, recommended by the accepted answer, has not been updated since 2008. It does not work with Unicode version of Inno Setup (so it does not work with Unicode-only Inno Setup 6) and does not support HTTPS (among other). Do not use it.


    I'm re-posting the answer by @Jens A. Koch, which has been deleted by moderator for some reason:

    You might use the Inno Download Plugin by Mitrich Software.

    • It's an Inno Setup script and DLL, which allows you to download files as part of your installation.
    • It supports FTP, HTTP and HTTPS.
    • It's kind of a drop-in replacement for InnoTools Downloader. Only few changes required.
    • It brings a decent download display and HTTPS and Mirror(s) support.

    There's also DwinsHs (Downloader for Inno Setup). And Inno Setup 6.1 will support downloads nativelly.

    0 讨论(0)
  • 2020-12-16 08:55

    Take a look at the InnoTools Downloader (http://www.sherlocksoftware.org/page.php?id=50).

    0 讨论(0)
提交回复
热议问题