I have created a software suite installer using Inno Setup.
What I would like to do is to create a small installer and when executed, will download and execute that software suite installer.
I know Advanced Installer has that package type:
Web Installer (downloadable small EXE)
Creates a single EXE file that will download MSI and install MSI from an URL.
How does Inno Setup create that?
thanks