Skip to content
⌘ NSIS Forum Archive

Download progress bar is not displayed

3 posts

Mohamaed#

Download progress bar is not displayed

I have created a installer in V2.46 where I have created 3 custom pages.
If I remove nsDialogs::Show in the third page and use NSISdl::download to download a file in a section after that page, the progress bar is not visible in the instpage?
Is there a way to show the progress bar ?
Anders#
To skip a page you must call abort at the start of the create/pre callback, you cannot call any nsDialog functions.

If this does not help then you should post a minimal example script...