Forum: NSIS Discussion
31st May 2007, 10:20
|
|
Replies: 4
Views: 1,676
Thangs for you answer!
It works, but
...
Thangs for you answer!
It works, but
The file I want to download is on a https server.
With this plugin it's possible to download such a secure file but the user have fill in its username and...
|
Forum: NSIS Discussion
30th May 2007, 08:58
|
|
Replies: 4
Views: 1,676
downloading a secure file
During a installation I have to download a file from the Internet. With the NSISDl.dll this is easy to do. But does someone know how to download a secure file (username/password needed)?
rplruijs
|
Forum: NSIS Discussion
29th May 2007, 13:49
|
|
Replies: 0
Views: 832
dowloading a secure file
During an installation I need to download a file from the Internet. Till now now I use the following code
NSISdl::download /TIMEOUT=30000 https://repo.smartjava.nl/downloads/readme.txt...
|