Archive: nsisdl problem


nsisdl problem
I'm trying to use the nsisdl plugin to download updated files. It appears to work fine, but when it finishes the files it was supposed to be downloading are nowhere to be found.

This is the code I'm using:


NSISdl::download /TIMEOUT=30000 http://www.streetrod3.com/update/update.exe update.exe


What am I doing wrong?

Try this
;Try this:
;Download the file and then move it to the Install Dir.

NSISdl::download /TIMEOUT=30000 http://www.streetrod3.com/update/update.exe "$INSTDIR\update.exe"


;Good luck :)


Thanks for your help.:D It seems to be working correctly now.


No problem :)