1

I use "Inno download plugin" in my inno installer, I wish to download the files before I get to "wpInstalling" and to hide the IDP download page, Now here is the problems I encountered:

  1. If I use "idpAddFile" function i must specify "idpDownloadAfter" and thus i cant hide the IDP download page from the user
  2. If i use "idpDownloadFile" function my inno setup becomes "slaggy" and slow for some strange reason
Jens A. Koch
  • 39,862
  • 13
  • 113
  • 141
ElramV
  • 325
  • 4
  • 16
  • 1
    "slaggy"? If you mean it's slow/ unresponsive UI, it will be as it's downloading it as a blocking operation, and everything else (including the UI) has to wait. – Deanna Aug 12 '14 at 12:58
  • is there a way to hide the IDP DOWNLOAD page? – ElramV Aug 12 '14 at 14:18
  • Not really. What would you show in its place? If nothing, you'd just end up with exactly the same as when using `idpDownloadFile` and the installer being unresponsive for a short period of time. – Deanna Aug 12 '14 at 14:37
  • I wished the download and install processes will be one ans not separated – ElramV Aug 12 '14 at 16:39
  • You can't do that with Inno Setup as it stands at the moment without overriding the entire installer progress bar. – Deanna Aug 13 '14 at 08:00

0 Answers0