On 2009-10-11, Valentin Villenave wrote: > On Sun, Oct 11, 2009 at 9:17 PM, Trevor Daniels <[email protected]> wrote: > > I used that download but I didn't uninstall; I usually just remain > > the directory in Program Files before an install as I like to keep > > old versions readily to hand. This seems to be the difference > > between our experiences. > > That must be the reason: here's my own screenshot of the 2.13.4-1 > installer on a "virgin" Vista64 box (that never had LilyPond > installed).
BTW, this looks like the commit that changed the behavior: commit d3db053f7e4b65e3f4444288c5076f3a1cc839a2 Author: Jan Nieuwenhuizen <[email protected]> Date: Fri Jul 3 15:21:27 2009 +0200 Prettier names for installers -- but still without spaces :-) diff --git a/gub/installer.py b/gub/installer.py index cbff88c..bb63988 100644 --- a/gub/installer.py +++ b/gub/installer.py @@ -16,8 +16,11 @@ from gub import commands # UGH - we don't have the package dicts yet. # barf, this should be in config file, not in code pretty_names = { - 'lilypond': 'LilyPond', + 'denemo': 'GNU_Denemo', 'git': 'Git', + 'lilypond': 'GNU_LilyPond', + 'openoffice': 'Go-Oo_OpenOffice.org', + 'ooo-build': 'Go-Oo_OpenOffice.org', } -Patrick _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
