How to keep NSIS install window open?

152 views Asked by At

When I press "Install" there is a small window showing the files that are being copied and other operations such as registering dlls, etc.. I would like to keep that window open when it done.

1

There are 1 answers

3
Anders On BEST ANSWER
!define MUI_FINISHPAGE_NOAUTOCLOSE
!include MUI2.nsh
...
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH