Archive: not showing NSISdl window


not showing NSISdl window
I'm using the NSIS download plugin to download a file but I don't see any window of download progress or something similar. I see the downloading is done cos I can see the file.exe in my directory.
I use
NSISdl::download http://host/file.exe file.exe

Is it maybe because i'm using it inside the Function .onInit?


Yes, it's because you're calling it from .onInit. In .onInit there's no window yet that NSISdl can take over so it shows nothing. If you want the window to show before any other window you can create a custom page and put the code in its creator function.


it woks, tnxs
Hag Sameach


Hag Sameach :)

(happy holiday in Hebrew)