Skip to content
⌘ NSIS Forum Archive

Download progression

3 posts

Damien_Inferno#

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 🙄

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!
Joost Verburg#
Please don't open multiple topics for one questions.

You will have to modify the NSISdl C++ source code.
Damien_Inferno#
sorry about the double topic-post...

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