|
|
#1 |
|
Junior Member
Join Date: Sep 2006
Posts: 9
|
Downloader
I have made a installer-example who should download 2 files. If I call this:
the installer made two seperated download windows. How can I add a few files in only one window and only have to add on /Translate argument?code: This wouldn't work for mecode: .
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
NSISdl doesn't support this. InetC or InetLoad might...
http://nsis.sourceforge.net/Inetc_plug-in http://nsis.sourceforge.net/InetLoad_plug-in NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2006
Posts: 9
|
And how can i use the Popup-Mode? Could everyone write a example function? My code doesn't download everything if i hit the popup-argument:
works for me...code: doesnt work...code: |
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
You missed the PREFIX parameter of /POPUP.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Sep 2006
Posts: 9
|
And in the stadartmode: There are two progressbars, on on the top and one on the bottom. The bottom one is for the progress of the curent file, but what shows the top one? The bar shows 50% the whole time... Can I update the bar manually or is there a function to update the bar automaticully?
|
|
|
|
|
|
#6 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
That's the installer's progress bar. You can set the text above it using DetailPrint. The progress shown in it is affected by the commands executed, not by NSISdl or InetLoad.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Sep 2006
Posts: 9
|
Oh, thank you... I think, I had to call the downloader directly and not over a function... I try it!
€dit: No, the bar doesn't move... hav everyone an idea? Last edited by AndreR; 9th April 2007 at 19:47. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|