diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 6e2ee721bf..68085fddbf 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -923,6 +923,9 @@ Function .onInit Quit !endif + ; change the button text so close says "Finish" + MiscButtonText "Back" "Next" "Cancel" "Finish" + ; make sure none of the installed applications are still running !insertmacro CheckForRunningApplications "installed" "Installer" ${nsProcess::Unload}