Damien_Inferno
13th February 2004 11:57 UTC
NSISdl::download problem
Hi there again.
Is there a way i can execute an other program (say every 5 seconds) while the installer is downloading?
An other option would be to somehow push the progress-data to a txtfile every few seconds. but i don't know how to handle it :(
Any ideas?
Joost Verburg
13th February 2004 12:07 UTC
Customize NSISdl or run an external application.
Damien_Inferno
13th February 2004 12:30 UTC
running an external exec is not the most beautiful way, but i think it's the only option for a non-programmer like me :)
Thanx
Joel
13th February 2004 23:56 UTC
Well... I don't think so...
Since the installer is focus downloading the file.
In the case you'll have to use a loop and sleep functions.