I’m working with Inno Setup Compiler (Pascal Scripting).
My form has an image object (TBitmapImage) and I’d like to supply a dynamic image obtained from the web URL. Is it possible to silently download an image (or other type of file) in Inno Setup scripting?
I’m working with Inno Setup Compiler (Pascal Scripting). My form has an image object
Share
It’s actually possible to download almost anything from the web using InnoTools Downloader.