NSISdl::download_quiet
I have been trying to build a script which would NOT display the file download dialog so that I could have a background download of an update (and at a later time I would prompt to run the update).
using download_quiet the file download dialog was "quiet" in that there was no action to show that the files were downloading but their was a dialog.
Is there any way to "hide" the file download dialog totally when using NSILdl::download or NSILdl::download_quiet?