{"id":16931976,"url":"https://github.com/thenickdude/innotools-downloader","last_synced_at":"2026-01-03T18:44:44.080Z","repository":{"id":44798623,"uuid":"158640464","full_name":"thenickdude/InnoTools-Downloader","owner":"thenickdude","description":"Plugin for InnoSetup that allows files to be downloaded during installation","archived":false,"fork":false,"pushed_at":"2022-01-22T21:12:26.000Z","size":145,"stargazers_count":18,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T00:17:03.335Z","etag":null,"topics":["delphi","inno-setup","installer","pascal"],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thenickdude.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-22T04:01:07.000Z","updated_at":"2023-06-02T03:21:02.000Z","dependencies_parsed_at":"2022-09-19T04:20:58.456Z","dependency_job_id":null,"html_url":"https://github.com/thenickdude/InnoTools-Downloader","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenickdude%2FInnoTools-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenickdude%2FInnoTools-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenickdude%2FInnoTools-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenickdude%2FInnoTools-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenickdude","download_url":"https://codeload.github.com/thenickdude/InnoTools-Downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244734087,"owners_count":20501014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["delphi","inno-setup","installer","pascal"],"created_at":"2024-10-13T20:45:09.705Z","updated_at":"2026-01-03T18:44:44.039Z","avatar_url":"https://github.com/thenickdude.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InnoTools Downloader\nInnoTools Downloader is an Inno Setup script and DLL which allows you to download files as part of your installation. \n\n## Features\n- Support Inno Setup 5 ANSI / Unicode\n- Downloads from HTTP or FTP\n- Download with a progress screen, or without any UI\n- Send data to your webserver with easy POST requests, and read the responses\n- An example shows how your installer can check for updates before installation begins, and download an updated installer\n- Includes Brazilian Portuguese, Dutch, English, French, Greek, and Spanish translations\n\nI'm using version 0.4.x with good success in my program PetzA (Screenshot below), why not try it out and tell me how it goes for you? :) \n\nDocumentation is included with ITD as help file. You can also [view the same documentation online](http://www.sherlocksoftware.org/innotools/itdhelp/index.html). \n\n![PetzA installation screenshot](screenshots/itd_ui.png) \n\n## Installation\n\nGrab the installer from the [Releases tab](https://github.com/thenickdude/InnoTools-Downloader/releases). Run it\nto install ITD to `C:\\Program Files (x86)\\Sherlock Software\\InnoTools\\Downloader`. Go there to check\nout the help file and the example .iss files that show you how to use InnoTools Downloader.\n\nEach example begins by including `itdownload.iss`, which bundles ITD into your installer, then makes calls to it\nduring installation to start downloads.\n\n## Included examples\n1. Downloads two files during installation, then installs those files into the destination\n2. Send data to your webserver over POST during installation, and read the response\n3. Check for a newer version of the installer before installation begins, download it and run it if found.\n4. Use ITD translations\n5. Integrate with InnoTools Tray to allow the installer to minimise to the tray during installation. Demonstrates\n sending custom HTTP User Agent strings\n6. Allow installation to continue even if some non-critical files couldn't be successfully downloaded\n\n## Licenses\n\nITD itself is licensed under the WTFPLv2, see License.md for more details.\n\nThis project contains the [Ararat Synapse networking library](http://www.ararat.cz/synapse/doku.php/start), with the following license:\n\n    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the\n    following conditions are met:\n    \n    Redistributions of source code must retain the above copyright notice, this list of conditions and the following \n    disclaimer.\n    \n    Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following \n    disclaimer in the documentation and/or other materials provided with the distribution.\n    \n    Neither the name of Lukas Gebauer nor the names of its contributors may be used to endorse or promote products \n    derived from this software without specific prior written permission.\n    \n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES,\n    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE \n    DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, \n    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; \n    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN \n    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS \n    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenickdude%2Finnotools-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenickdude%2Finnotools-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenickdude%2Finnotools-downloader/lists"}