Skip to content
⌘ NSIS Forum Archive

On finish page add 2 checkboxes to run two programs

4 posts

marcins#

On finish page add 2 checkboxes to run two programs

After installation I have defined something like that:

!define MUI_FINISHPAGE_RUN "$INSTDIR\stats.exe"
!define MUI_FINISHPAGE_RUN_TEXT "..."

how can I add another program to run? I mean I would like to have two or even three checkboxes to run programs.
Anders#
stass#
Originally Posted by marcins View Post
I would like to have two or even three checkboxes to run programs.
And if you need 3-10 checkboxes ? How is it implemented on FINISHPAGE ?
T.Slappy#
Then simply modify the Finish page - it is based on nsDialogs so you can add any component you want (not only checkboxes) to it.