Archive: Download progression


Download progression
Hi Again,

I want NSIS to write the download progression in a .txt file. The usage of this is that i can read that txt file in a shockwave-movie and make a custom progression-bar. Yes, it's an odd question... but i have an odd client with odd wishes :rolleyes:

So far I've made a kind of silent "pre-installer" which prepares some stuff (write the txtfile) before downloading the big package. Is there any way that i can intersect the progression info?

Thnx!


Please don't open multiple topics for one questions.

You will have to modify the NSISdl C++ source code.


sorry about the double topic-post...

I will look at the NSISdl code and hope i'll understand it