Reputation: 4829
I'm a beginner. I have a Project that requires a third party open sourced software to function. Using Inno Setup,
Which of the following is the best way to trigger that 3rd party setup?
Option A: Display a custom page at the end and ask if user wants to auto open browser and download the setup
Option B: Ask if user would like to install the setup in a custom page before setup. Download the software and open setup after installation.
How to download latest setup from Sourceforge and install after installation? Because http://sourceforge.net/projects/xxx/files/latest/download?source=files
is an HTML page and it only triggers the download after a few secs. I cannot just download the URL using Innotools Downloader.
Upvotes: 0
Views: 223