Archive: Change button text in directory page


Change button text in directory page
im fixing a script for updating our program, (just including
the files that has changed). Im almost complete but have
one question.

In the directory page (im using the modern UI) the
button to continue the installation/upgrade is named
"Install". I would like to change this to "Update"
since the user is updating the system and not installing.

Ive searched this forum and looked at the code behind
some scripts but cant find a way. The button text
is not in the language file (modern ui) so I cant
change that one myself.

How can I do it?



BTW, it would be nice to have a set of language files
to create an upgrade/update program. (ive changed the
english.nsh if someone would like to have it)


Use the InstallButtonText command.


Thanks, that was exactly what I was looking for.