Questions tagged [inno-download-plugin]

InnoDownloadPlugin (IDP) is a download plugin for Inno Setup. It allows to build webinstallers.

InnoDownloadPlugin is a download plugin for Inno Setup.

Website: https://mitrichsoftware.wordpress.com/

Download: https://bitbucket.org/mitrich_k/inno-download-plugin

Forum: https://groups.google.com/forum/#!forum/inno-download-plugin

Features

  • Supports Unicode & ANSI Inno Setup versions
  • FTP, HTTP and HTTPS protocols
  • Multiple languages
  • Free and open source under Zlib license
45 questions
1
vote
1 answer

Apply Download file condition in inno-setup

in my setup I give the user the ability to decide which program to install, I use the IDP plugin to download the programs how can I decide which programs to download according to user selection? i mean how can I tell the setup to download/not…
ElramV
  • 325
  • 4
  • 16
1
vote
0 answers

Hide Download files page (IDP)?

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: If I use "idpAddFile" function i must specify…
ElramV
  • 325
  • 4
  • 16
1
vote
1 answer

Failed to download files from FTP server In Inno Setup?

I Couldn't download the files from FTP server using the Sherlock's inno downloader code.I provided the URL in this format:ftp://username:password@www.mywebsite.com:8080/myfile.exe, as specified in the help file. Please help me in this regard. thank…
Myanju
  • 1,135
  • 1
  • 11
  • 23
0
votes
1 answer

Inno Download Plugin - how detect modal buttons?

For our purposes, we decided to use Inno Download Plugin and Inno Setup version 6.2.0 We switched the installer to silent mode to get rid of unnecessary windows and buttons. It turned out somehow like this (I don’t attach idp.iss, it’s…
0
votes
0 answers

Continue installation even after download failure with Inno Download Plugin

On some of the systems (mostly Windows 7), we are getting Download failed: An error occurred in the secure channel support error while downloading files using Inno Download Plugin. We tried adding idpSetOption('AllowContinue', '1'); found from one…
0
votes
0 answers

"A certificate is required to complete client authentication" Error during file download using innosetup download plugin

While downloaidng setup files from server using the InnoSetup Download plugin it throws following error: "A certificate is required to complete client authentication" My Server where file is hosted supports the TLS1.0,1.1,1.2 protocols. if i try…
Sudhakar Tillapudi
  • 25,935
  • 5
  • 37
  • 67
0
votes
1 answer

Pass argument (/verysilent) to application (subinstaller) executed from Pascal code in Inno Setup

I am trying to run the exe in silent mode, but I don't know how I can do it with the command line option. Below I have attached my script. var progress:TOutputProgressWizardPage; procedure DownloadFinished(downloadPage:TWizardPage); var…
user3417768
0
votes
1 answer

Inno Setup Download Plugin is failing with "Download failed: Cannot create file"

I have been attempting to make an installer for an application where the required files are on a server. I am using Inno Setup with Inno Download Plugin. During the download portion of the setup I'm getting the following error: Download failed:…
S S
  • 5
  • 3
0
votes
1 answer

Inno Setup: How do I update a progress bar using the Inno Download Plugin

I was previously using the DwinsHs plugin for downloading files in the internet. Now I am trying to move to the Inno Download Plugin. In my installer I create my own progress bar using TNewProgressBar.Create(WizardForm);. I need to update this…
yuval
  • 2,848
  • 4
  • 31
  • 51
0
votes
1 answer

Authenticated download with Inno Setup

I have files on my HTTP server which should be downloaded. I can properly download them from usual HTTP-server, but my server asks for authorization during download (this download should be protected). How can I include login/password information to…
0
votes
1 answer

Sherlock software InnoTool Downloader helper proxy support

InnoTools Downloader, is a great tool for downloading files during installation. Is there a way to support proxy settings with a download? In the release notes from 2008, it says something about " - Preliminary support for proxy server…
none
  • 4,669
  • 14
  • 62
  • 102
0
votes
1 answer

Inno Download Plugin - Compiler error

I have been using the IDP plugin for quite some time now, but after installing the latest v1.4.0 I get the following compiler error. Compiling [Code] section Compiler Error! File: C:\Program Files (x86)\Inno Download Plugin\idp.iss Line 54: Column…
Xis
  • 3
  • 2
0
votes
0 answers

Download icon file and use it for Setup Icon File in inno setup

In order to make my setup file lighter I wish to download the icon file with IDP plugin put it in {tmp} and use it for the setup icon file? how can it be done?
ElramV
  • 325
  • 4
  • 16
0
votes
1 answer

inno setup overlapping text labels error

I use "Inno download plugin" in my inno installer, The text labels in the idp download page get overlap on another (see image below), I guess it something to do with "Tab Order"?
ElramV
  • 325
  • 4
  • 16
0
votes
2 answers

Inno Setup and components stored online

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…
Jerry Zoden
  • 332
  • 2
  • 9
1 2
3