diff --git a/releases/xsh-inno-setup.iss b/releases/xsh-inno-setup.iss index fb4e999..7c4cbb4 100644 --- a/releases/xsh-inno-setup.iss +++ b/releases/xsh-inno-setup.iss @@ -1,7 +1,7 @@ ; ; WinXSH - Inno Setup ; -; Adam Young, 2020 - 2022 +; Adam Young, 2020 - 2025 ; ; This file is part of the WinRSH/WinSSH project. ; @@ -120,7 +120,7 @@ begin if WinXSHInstalled(version,uninst) then begin - msgres:= MsgBox('Midnight Commander-'+version+' is currently installed.'+#13#13 +'Do you want to uninstall it first?.', mbError, MB_YESNOCANCEL); + msgres:= MsgBox('winxsh-'+version+' is currently installed.'+#13#13 +'Do you want to uninstall it first?.', mbError, MB_YESNOCANCEL); case msgres of IdYes: begin Exec(uninst, '', '', SW_SHOWNORMAL, true, execres);