Archive: downloading files


downloading files
hi, im new to this forum
i would like to know how can i get my nsis script to download the files from the web into a temp folder before installing from the temp folder.
is it possible?
thnkz ali


search the forums for inetdl plugin :)


http://nsis.sourceforge.net/InetLoad_plug-in

-Stu


http://nsis.sourceforge.net/Inetc_plug-in now looks more powerfull and stable ;)


thnkz for your help
ali


I just found that NONE of these downloaders (Inetc, InetLoad, etc) work when the user doesn't have .NET installed.
I just tried it today, which seems to be a major bug, specially when the script is intended to download .NET installer:

DownloadDotNET:
DetailPrint "Beginning download of latest .NET Framework version."
NSISDL::download ${DOTNET_URL} "$TEMP\dotnetfx.exe"

(This does not work if user doesn't have .NET installed)