Archive: Downloaded Files with my Setup. Where?


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!


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 :)


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 :)


See NSIS\Contrib\NSISdl

-Stu


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!


Example:

NSISdl::download "http://www.domain.com/file.exe" "$INSTDIR\localfile.exe"

-Stu


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!!!!!!


Well, it's in the readme... I just copied and pasted (and added $INSTDIR)

-Stu


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