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.
On finish page add 2 checkboxes to run two programs
4 posts
And if you need 3-10 checkboxes ? How is it implemented on FINISHPAGE ?Originally Posted by marcins View PostI would like to have two or even three checkboxes to run programs.
Then simply modify the Finish page - it is based on nsDialogs so you can add any component you want (not only checkboxes) to it.