On Tue, 03 Jan 2012 10:10:55 -0800, <lilyp...@googlecode.com> wrote:
Comment #11 on issue 1948 by PhilEHolmes: Windows install clobbered system http://code.google.com/p/lilypond/issues/detail?id=1948
for some bizarre reason running a DOS box doesn't return that value - it returns the old one. You need to reboot to get Lilypond into the DOS box path variable.
In fact, this remembering of the old path is how the original bug reporter restored his PATH variable when NSIS clobbered it! On some versions of Windows, the next DOS box gets the new path.
OK - it looks like there is nsis code designed to delete the extra entry in the path statement, but it's not working AFAICS.
True, but users have long PATH strings for reasons other than LilyPond. The default version (without long-strings) of NSIS is known to lose strings longer that 1024 characters. See the links at comment 8. This problem would also affect the attempted path shortening on un-install, so probably we should remove that WriteRegExpandStr as well. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond