1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Document Inno Setup's new lack of cleanup.

We used to offer to clean up saved sessions, so we should mention that
we don't for the benefit of users of old versions, who might have been
relying on it.
This commit is contained in:
Jacob Nevins 2017-02-04 12:48:50 +00:00
parent 700908ef6e
commit 88f4c4775d

View File

@ -98,3 +98,7 @@ FinishedRestartLabel=One or more [name] programs are still running. Setup will n
FinishedRestartMessage=One or more [name] programs are still running.%nSetup will not replace these program files until you restart your computer.%n%nWould you like to restart now?
; ...and this comes up if you try to uninstall.
UninstalledAndNeedsRestart=One or more %1 programs are still running.%nThe program files will not be removed until your computer is restarted.%n%nWould you like to restart now?
; Old versions of this installer used to prompt to remove saved settings
; and the like after the point this message was printed, so it seems
; polite to warn people that that no longer happens.
ConfirmUninstall=Are you sure you want to completely remove %1 and all of its components?%n%nNote that this will not remove any saved sessions or random seed file that %1 has created. These are harmless to leave on your system, but if you want to remove them, you should answer No here and run 'putty.exe -cleanup' before you uninstall.