Archive: Chang next button text in custom page, how to?


Chang next button text in custom page, how to?


Function creator_function
!insertmacroMUI_INSTALLOPTIONS_INITDIALOG 'custom.ini'
Pop $HWND

GetDlgItem $1 $HWND 1
SendMessage $1 ${WM_SETTEXT} 0 "STR: blah"
!insertmacro MUI_INSTALLOPTIONS_SHOW
Function


I used the above function as the custom page creator function, seemed not work..any suggestion?

Use NextButtonText in the [settings] section of the INI.


Thanks in advance...it works now