Search code examples
inno-setupinno-download-plugininno-tools-downloader

Install file from Internet in Inno Setup


I am using Inno Setup to distribute my application.

Is it possible to check in Inno Script for a particular condition and download and install some file from internet if required?


Solution

  • Yes, there is a library called InnoTools Downloader which has samples that do pretty much this. They can be conditioned on anything you want using normal Inno code.