Skip to content
⌘ NSIS Forum Archive

2nd Progress for Install page

2 posts

htome#

2nd Progress for Install page

Hi there,

How do I create a 2nd progress bar in the install page?

I am trying this:

...
; Instfiles page
!define MUI_PAGE_CUSTOMFUNCTION_SHOW OnShowInstallPage
!insertmacro MUI_PAGE_INSTFILES


Function OnShowInstallPage
...
${NSD_CreateProgressBar} 0 50 100% 10% "Test"
Pop $MyProgress
...
FunctionEnd


but the installer is crashing. Is the Install page a nsDialog?

Any help is welcome!

Thanks