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!
Downloaded Files with my Setup. Where?
9 posts
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 🙂
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 🙂
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
-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!
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
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!!!!!!
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
-Stu
Originally posted by Afrow UKlol
Well, it's in the readme... I just copied and pasted (and added $INSTDIR)
-Stu
Just a click a way 😁