I cannot use Inno Setup 6 or above (which has built-in download support) as many of my users are still using Windows 7 (without any updates like SP1) and setup created with version 6 is failing there (even after Setting MinVersion
to 6.0).
What I have already tried:
- Inno Download Plugin by Mitrich Software – I am using Inno Setup
5.3.11 and it gives below error on first line (
#include <idp.iss>
):
To be able to use compiler directives other than '#include', you need Inno Setup Preprocessor (ISPP) which is currently not installed.
To download and install ISPP, get the Inno Setup QuickStart Pack from http://www.jrsoftware.org/isdl.php#qsp.
I tried searching Inno Setup QuickStart Pack on given URL, but could not locate as it is removed.
InnoTools Downloader – This does not support HTTPS which is required.
DwinsHs (Downloader for Inno Setup) – This has some odd requirement of adding link on my website which doesn't suite my need. Also, I tried it but giving same error as #1.
Any help to get https download working in Inno Setup 5.3.11 version is much appreciated.