I want to change the button text from next to install once the user accepts the license agreement. Clicking the radio button of accepting the license agreement should change the text of the button from next to install.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are no hooks that will allow you to change the text based on a event on the license page but you could change the text when you first enter the page:
or you can use
LicenseText "" "$(^InstallBtn)"If for whatever reason you feel you have to do this you can try the button event plugin…