Search code examples
nsismodern-ui

How to keep NSIS install window open?


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.


Solution

  • !define MUI_FINISHPAGE_NOAUTOCLOSE
    !include MUI2.nsh
    ...
    !insertmacro MUI_PAGE_INSTFILES
    !insertmacro MUI_PAGE_FINISH