Skip to content
⌘ NSIS Forum Archive

Execute files on finish

3 posts

arfinator853#

Execute files on finish

  !define MUI_FINISHPAGE_RUN "$INSTDIR\SAM2.exe" 
I am using this code I found in the makensis example. IT works fine. I need more though.

I need to designate my own label for this file. This is because the name of my installer, is not the name of my program.

I need to have more than just one of these checkboxes. One for the readme, and another for the second program I installed. All again with different labels.

If anybody has any ideas, then please reply!

Arfy!
kichik#
See the Finish Page Settings in the MUI readme. All the defines you looking for are described there.