Skip to content

Commit

Permalink
Update contrib/windows/build-installer.iss
Browse files Browse the repository at this point in the history
Co-authored-by: woclass <[email protected]>
  • Loading branch information
AbhaySingh004 and inkydragon authored Feb 5, 2023
1 parent 6ea92b4 commit 253e825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/windows/build-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ begin
case CurPageID of
wpWelcome: WizardForm.Color := WizardForm.WelcomePage.Color;
wpFinished: WizardForm.Color := WizardForm.FinishedPage.Color;
// change button text from "next" to "install" when ReadyPage is disabled.
wpSelectTasks: WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall);
else
WizardForm.Color := WizardForm.InnerPage.Color;
end;
Expand Down

0 comments on commit 253e825

Please sign in to comment.