Archive: Execute files on finish


Execute files on finish

!defineMUI_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!

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


thanks kichik