Archive: Install button text


Install button text
Hallo, in my NSIS script, i need to change sometimes the label of the "next >" button to "install", because the page is the last page.
I have found that using the

GetDlgItem $1 $HWNDPARENT 1
SendMessage $1 "${WM_SETTEXT}" "STR:text"
i can change the text of the next button. My question, is how can i get the default text of the install button?
Or have someone i idea, to change dynamically the number of pages?

Thank you!

Regards,
Boian

MessageBox mb_ok "$(^InstallBtn)"