Perky Jacket
22nd July 2004 23:16 UTC
Downloaded Files with my Setup. Where?
Hi,
I´ve made a setup that download a file.
The user can choose a path, where the downloaded file be copyed.
Ok, the setup download the file, create the install folder,
but the downloaded file isn´t in it!
How I makes, that the file copyed to the folder after the download?
Please help me! It´s very urgent!
Joel
23rd July 2004 03:06 UTC
hmmm...
If you are using nsisdl plugin, the plugin itself has the parameter to choose the output folder; or target the downloaded file as you like :)
Perky Jacket
23rd July 2004 17:02 UTC
Yeah, I think I use this plug-in. But it´s don´t ask
to the install path.
Maybe I don´t use the plug-in correct.
Can u say me how I call a plug-in? I´ve rad the documentation but I don´t see through :)
Afrow UK
23rd July 2004 20:07 UTC
See NSIS\Contrib\NSISdl
-Stu
Perky Jacket
23rd July 2004 21:50 UTC
I´ve read this. But I don´t know more :(
I´ve made it so like it´s stand in the readme.
But it doesn´t extract the file in the directory :(
Please help me!
Afrow UK
23rd July 2004 21:56 UTC
Example:
NSISdl::download "http://www.domain.com/file.exe" "$INSTDIR\localfile.exe"
-Stu
Perky Jacket
23rd July 2004 22:10 UTC
Thank you! Thank you! Thank you! Thank you! Thank you!
NSISdl::download "http://www.domain.com/file.exe" "$INSTDIR\localfile.exe" <---- this was it!!!
Thx!!!!!!
Afrow UK
23rd July 2004 23:41 UTC
Well, it's in the readme... I just copied and pasted (and added $INSTDIR)
-Stu
Joel
24th July 2004 03:17 UTC
Originally posted by Afrow UK
Well, it's in the readme... I just copied and pasted (and added $INSTDIR)
-Stu
lol
Just a click a way :D