marcins
23rd October 2013 10:20 UTC
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.
stass
24th October 2013 06:04 UTC
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 ?
T.Slappy
24th October 2013 15:40 UTC
Then simply modify the Finish page - it is based on nsDialogs so you can add any component you want (not only checkboxes) to it.