javainstall4j

Change the text of the "Next" button to "Install"


In Install4j, how can I change the text of the "Next" button to "Install" in the screen just before the Installation screen?


Solution

  • In the "Pre-activation script" property of the screen call

    context.getWizardContext().setNextButtonText("Install");