1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00
putty-source/windows
Jacob Nevins 341171d187 Batch of miscellaneous tweaks to the Windows installer:
- Now we've fixed `win-versioninfo', choose some sensible outcomes from
   the installer's comparisons of binary version numbers. Also, give the
   installer _itself_ a matching binary version.
   In particular, without this change, it would not have been possible
   to downgrade PuTTY -- it would have silently left the "newer" files in
   place. Now it will make some fuss, but permit it.
 - Also remove descriptions from shortcuts, on the grounds that the
   binaries have embedded descriptions now. (Although I've not checked
   whether those are actually visible in the Start Menu.)
 - At the request of various people (e.g., PJB), add flags so that if
   files are in use at the time the (un)installer is run, replacement is
   deferred to the next restart. (The user may be prompted to restart,
   which isn't ideal; see comments).
   This is supposed to make centrally-pushed silent upgrades more robust.
 - Note some limitations of the installer.

[originally from svn r6585]
2006-02-27 22:27:49 +00:00
..
pageant.ico Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
pageant.mft `xp-wont-run': Apparently my application-manifest trims of r5534 aren't 2005-04-06 22:16:42 +00:00
pageant.rc It's a new year. 2006-01-08 18:18:11 +00:00
pageants.ico Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
plink.rc `win-versioninfo': all builds of all Windows binaries now contain 2005-10-04 14:13:28 +00:00
pscp.ico Rename scp.* to pscp.*, because I always misspell it that way. Also 2004-12-16 15:01:43 +00:00
pscp.rc `win-versioninfo': all builds of all Windows binaries now contain 2005-10-04 14:13:28 +00:00
psftp.rc `win-versioninfo': all builds of all Windows binaries now contain 2005-10-04 14:13:28 +00:00
putty.ico Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
putty.iss Batch of miscellaneous tweaks to the Windows installer: 2006-02-27 22:27:49 +00:00
putty.mft `xp-wont-run': Apparently my application-manifest trims of r5534 aren't 2005-04-06 22:16:42 +00:00
putty.rc `win-versioninfo': all builds of all Windows binaries now contain 2005-10-04 14:13:28 +00:00
puttycfg.ico Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
puttygen.ico Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
puttygen.mft `xp-wont-run': Apparently my application-manifest trims of r5534 aren't 2005-04-06 22:16:42 +00:00
puttygen.rc It's a new year. 2006-01-08 18:18:11 +00:00
puttytel.rc `win-versioninfo': all builds of all Windows binaries now contain 2005-10-04 14:13:28 +00:00
rcstuff.h `win-versioninfo': all builds of all Windows binaries now contain 2005-10-04 14:13:28 +00:00
sizetip.c Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
version.rc2 It's a new year. 2006-01-08 18:18:11 +00:00
website.url Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
win_res.h Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
win_res.rc2 It's a new year. 2006-01-08 18:18:11 +00:00
wincfg.c Configurable font quality on Windows. (Together with a little bit of 2006-01-11 23:42:02 +00:00
wincons.c Revamp SSH authentication code so that user interaction is more 2005-10-30 20:24:09 +00:00
winctrls.c Use {Get,Set}WindowLongPtr() instead of {Get,Set}WindowLong() for compatibility 2005-05-21 14:16:43 +00:00
windefs.c Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
windlg.c Somewhat gruesome tweak to use SetClassLongPtr where available and degrade 2006-01-27 20:49:59 +00:00
window.c Alain Guibert points out that palette changes weren't causing the space 2006-02-25 14:13:46 +00:00
winhelp.h Introduce a new checkbox and command-line option to inhibit use of 2006-02-19 12:05:12 +00:00
winmisc.c Move SaneDialogBox()/SaneEndDialog() from winmisc.c to windlg.c, since they 2005-02-27 23:57:17 +00:00
winnet.c Tone down canonical-name resolution when using getaddrinfo(). Previously 2005-04-07 22:33:42 +00:00
winnoise.c Stir in process ID at start. 2005-04-22 15:47:28 +00:00
winpgen.c Ben Rudiak-Gould points out that we should be using WM_APP as the base for 2005-08-10 18:31:24 +00:00
winpgnt.c Allow rsakey_pubblob() to return the key comment. 2005-10-30 15:16:42 +00:00
winpgntc.c Unify GET_32BIT()/PUT_32BIT() et al from numerous source files into misc.h. 2005-04-12 20:04:56 +00:00
winplink.c Fix up documentation/usage messages for r6572. 2006-02-19 12:52:28 +00:00
winprint.c Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
winsftp.c Revamp SSH authentication code so that user interaction is more 2005-10-30 20:24:09 +00:00
winstore.c Minor memory leak spotted by Mikhail Kruk. 2005-05-20 21:52:07 +00:00
winstuff.h Somewhat gruesome tweak to use SetClassLongPtr where available and degrade 2006-01-27 20:49:59 +00:00
wintime.c New function ltime() returns a struct tm of the current local time. 2005-01-09 14:27:48 +00:00
winucs.c Now that we have Subversion's file renaming ability, it's time at 2004-11-16 22:14:56 +00:00
winutils.c Try to make our PGP signing more useful: 2005-03-19 02:26:58 +00:00