Johannes Klauß
Johannes Klauß

Reputation: 11020

Change the button label in MUI_WELCOMEPAGE with NSIS

I want to change the button label on the installers welcome page, that says "Install".

Since it's more of a downloader (downloading the actual installerfile), the "install" button might be confusing for customers.

I searched the web, but didn't really find something. I use MUI (not MUI2!)

I hope you guys have an idea, it would be pretty cool to solve this.

Upvotes: 2

Views: 854

Answers (1)

Johannes Klauß
Johannes Klauß

Reputation: 11020

Ah I finally found the solution:

InstallButtonText "String"

Upvotes: 2

Related Questions