From: ChrisH Date: 2006-08-04T03:15:13+09:00 Subject: Re: *** POSSIBLE ISSUE with Ruby 1-click Installer for Windows 1.84-20** dominique.plante@gmail.com wrote: ... > Unfortunately, after the install I noticed the path for my system > variables became only c:\ruby\bin (all other entries seemed to have > disappeared) ... There is a bug (http://rubyforge.org/tracker/index.php?func=detail&aid=5017&group_id=167&atid=715) open on this. The comments indicate it may be related to a PATH that is longer than 1024 characters. Seems the installer (NSIS) has a default limit for strings set to 1024. cheers Chris