Skip to content
⌘ NSIS Forum Archive

NSISdl for copying from LAN?

2 posts

janedoe2003#

NSISdl for copying from LAN?

Hi

Can someone confirm that the NSISdl plug-in can only download a file throught HTTP, and not through NetBios?

Since a lot of our customers only have a modem on one host, I'd like to extend my over-the-network installer to fetch files from another host on the LAN instead of only from our web server, neither of the following work:

NSISdl::download "\\srv\mydir\myfile.exe" "c:\mydir\myfile.exe"
NSISdl::download "x:\myfile.exe" "c:\mydir\myfile.exe"

Thank you
JD.