Skip to content
⌘ NSIS Forum Archive

tell NSIS to download a file

3 posts

jakobius#

tell NSIS to download a file

Is it possible to create a NSIS script that does the following: when the end-user runs the install.exe, the script goes to some web site and downloads the necessary files from there?

Thanks for any advice!
Koopa#
You can use the built in nsisdl: function, which is you can access from a section or custom function:

T.Slappy#
There are also ther plugins for downloading files e.g. Inetc http://nsis.sourceforge.net/Inetc_plug-in