Forum: NSIS Discussion
1st February 2005, 19:24
|
|
Replies: 1
Views: 859
|
Forum: NSIS Discussion
1st February 2005, 19:16
|
|
Replies: 1
Views: 859
Using NSISdl or InetLoad with Variables
Hi,
i try to use this but it doesn't work, what do i do wrong?
StrCpy $R0 "http://www.domain.com/file.zip"
StrCpy $R1 "$INSTDIR\file.
NSISdl::download "$R0" "$R1"
plz help me :(
|