Archive: On finish page add 2 checkboxes to run two programs


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.


http://stackoverflow.com/questions/1...517851#1517851


Originally posted by marcins
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 ?

Then simply modify the Finish page - it is based on nsDialogs so you can add any component you want (not only checkboxes) to it.