How to get rid of top progress bar when using NSISdl plugin?
Hi,

I'm using the NSISdl plugin to do a HTTP get to download a file.

When a user runs this installer, the installer window displays two progress bars. The top one states the installation progress of the file that you are downloading, which barely moves and I find that to be useless. The bottom one actually shows the download progress of the HTTP get, which *is* actually useful.

So my question is, how can I modify my .nsi file to get rid of the top progress bar? I don't want it to be displayed at all.

Thanks,
Patrick