jhaskins
18th January 2003 22:48 UTC
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?
Joel
19th January 2003 02:09 UTC
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 :)
jhaskins
19th January 2003 02:17 UTC
Thanks for your help.:D It seems to be working correctly now.
Joel
19th January 2003 02:19 UTC
No problem :)