I was previously using the DwinsHs plugin for downloading files in the internet.
Now I am trying to move to the Inno Download Plugin.
In my installer I create my own progress bar using TNewProgressBar.Create(WizardForm);
.
I need to update this progress bar when I download a file from the internet using the Inno Download Plugin.
In DwinsHs I would use the function DwinsHs_ReadRemoteURL to download files from the internet and update my progress bar while downloading.
This function would also have a very convenient fallback OnRead
, which I used to update my progress bar while downloading the file from the internet.
Is it possible to download a file from the internet using Inno Download Plugin and update my progress bar while downloading?