Old 4th June 2007, 06:04   #1
dinesh_oi
Junior Member
 
Join Date: May 2007
Location: hyderabad
Posts: 12
Inetload vs nsisdl

I have read about nsisdl and Inetload plugins in nsis both are being used to download files from net ,,,
I used inetload plugin for downloading files but whenever i use it .. it is unable to download the files ,, it may be because of bad url name , proxy settings etc ,,
but when i tried to download files dirctly from net( using IE) it pops out two windows one saying to save , open cancel
and when i click on "save" another window open telling the loaction where to save and what should the name of the files ...
could Inetload can handle these two windows ,, i am attaching the source code of my file ..
what should i do to get the result
I am needing the solution badly ....
thanx..
Attached Files
File Type: nsi example.nsi (1.9 KB, 171 views)
dinesh_oi is offline   Reply With Quote
Old 4th June 2007, 08:54   #2
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
NSIS could handle similar dialogs with InstallOptions plugin and message boxes.

E.g. set up a custom page where you collect info about the save file name/location and pass these info to inetc plugin.

Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Old 4th June 2007, 09:03   #3
dinesh_oi
Junior Member
 
Join Date: May 2007
Location: hyderabad
Posts: 12
thanx for reply
Perhaps you have downloaded the attachment .. is it working on yr system means can the script download the rec file from net ?? , I just want to check that i have right proxy or not
dinesh_oi is offline   Reply With Quote
Old 4th June 2007, 09:15   #4
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
Right proxy settings is a matter of every independent system I guess.

If you're unsure you may use the /NOPROXY parameter for a direct download, otherwise the plugin takes the proxy settings specified in IE.

Also, you need to pass a valid local path/file name.

Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Old 4th June 2007, 18:15   #5
Takhir
Major Dude
 
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
You should set correct path/name for the file on your local system. $4 is not initialized in your script. A lot of examples included to package.
Takhir is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump