|
|
#1 |
|
Senior Member
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
|
I tried using NSISdl for downloading file.
This my code: code: When I include it in the section all work. Then I try put it in mui_page_customfunction_pre of next (finish) page (or _leave for instfiles page). If I move installer window or minimize it -> application become "Not ressponding". Is this bug? |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,220
|
This is limitation
![]() NSISdl attempts to create additional progress bar on the dialog, this is not possible on the 'pre' step, do this in the 'show' page function. And if plug-in is attached to dialog installer cannot destroy current dialog and go to next one ('leave' function). You cannot use NSISdl in the .onInit function - installer not created any windows yet. InetLoad in the /popup /banner or /silent mode should work between pages and in .onInit func. Latest the greatest http://forums.winamp.com/showthread....d&pagenumber=2But both plug-ins return when download finished or error occured (/nounload not helps, separate thread in the plug-in for IO only), so in the /silent mode this looks like 'no responce'. Last edited by Takhir; 17th March 2005 at 16:32. |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Split from unrelated thread.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|