0

I'm quite new to Inno Setup and scripting but managed to create own setup with 30 different components to be selected and installed. I would like to add more of them but what's left is simple too big, so I would prefer to convert my whole setup to be like an online installer.

Downloaded and installed InnoTools Downloader, tested some examples, but it's probably too difficult to me. I would need a good example of Inno Setup/InnoTools Downloader script with a few components to be DL online, so I can analyse and learn how to do it.

Jens A. Koch
  • 39,862
  • 13
  • 113
  • 141
Jerry Zoden
  • 332
  • 2
  • 9

2 Answers2

1

So I have followed instructions on this page: https://code.google.com/p/inno-download-plugin/plugin/

They have great examples there.

Jerry Zoden
  • 332
  • 2
  • 9
0

Have a look at the setup.iss example script that comes with Inno. This is the script for Inno itself, and includes some download functionality.

Currently I think it uses ISXDL rather than ITDownload, but the same basic structure applies to both. Compare it with the example script included with ITDownload.

Miral
  • 12,637
  • 4
  • 53
  • 93