Archive: Cancel button on MUI_PAGE_FINISH


Cancel button on MUI_PAGE_FINISH
HI
How can i disable the button from the subject?, because if in that page the click on cancel or finish results in the same.

TIA


Normally the cancel button is disabled on mui finish page...


Cancel button on MUI_PAGE_FINISH
Hi RW, thats right, but i use a finish page with readme and check button

!define MUI_FINISHPAGE_LINK "http://www.sg.com"
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.sg.com"
!define MUI_FINISHPAGE_NOAUTOCLOSE
!define MUI_FINISHPAGE_TITLE_3LINES
!define MUI_FINISHPAGE_RUN "$INSTDIR\HDD32.exe"
!define MUI_FINISHPAGE_RUN_NOTCHECKED
!define MUI_FINISHPAGE_RUN_TEXT "$(TEXT_RUN_HDD32)"
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\$(MUIReadMe)"
!insertmacro MUI_PAGE_FINISH

And happen that i tall in the subject, look in the attached image
TIA


When you click Cancel, nothing will be ran and setup will exit. It's like unchecking all the check boxes and clicking Finish. Use EnableWindow to disable it in the show callback function of the finish page.


Great, but, sorry, how can i do that??
:-(

"Use EnableWindow to disable it in the show callback function of the finish page."


As shown in the following thread, only for the Cancel button which has the identifier of 2.

http://forums.winamp.com/showthread.php?postid=2106513