Hi all,
In my istaller I have after the components page a custom page, two directory pages and then the instfiles page.
Based on InstallType & custom page selections, the custom page or the first directory page may need to be the last page. I can successfully use custom page functions and the Abort command to skip pages but, and this is my problem, the page witch was to be last has a 'Next>' button Instead of a 'Install' button.
Do I need to use 'SendMessage' with WM_SETTEXT, or is there another way?
Thanks,
Opher.
Modifying text for Next> button
4 posts
did u read the docs yet??
i'm sure, i've read a solution there. there's a script-command with that u can set this text.
i'm sure, i've read a solution there. there's a script-command with that u can set this text.
You will indeed have to send a WM_SETTEXT message.
MiscButtonText changes the text for all buttons.
MiscButtonText changes the text for all buttons.
ehm, ur right joost. 🙂