]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Document Inno Setup's new lack of cleanup.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 4 Feb 2017 12:48:50 +0000 (12:48 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Sat, 4 Feb 2017 12:48:50 +0000 (12:48 +0000)
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.

windows/putty.iss

index 6479023d1dfdf8ecc51643abfc5d30761417b3d2..37b0ecdcd70fb4787331e84440da51b46e357443 100644 (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?\r
 ; ...and this comes up if you try to uninstall.\r
 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?\r
+; Old versions of this installer used to prompt to remove saved settings\r
+; and the like after the point this message was printed, so it seems\r
+; polite to warn people that that no longer happens.\r
+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.\r