[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

*** POSSIBLE ISSUE with Ruby 1-click Installer for Windows 1.84-20**

dominique.plante@gmail.com

8/3/2006 5:58:00 PM

I wanted to move from Ruby 1.8.2 to Ruby 1.8.4 on this windows machine.


After reading the 1-click installer FAQ, I decided to uninstall 1.8.2
and install 1.8.4.

Unfortunately, after the install I noticed the path for my system
variables became only c:\ruby\bin (all other entries seemed to have
disappeared)

I can't be 100% sure it was this installer... Could someone else
confirm?

Thanks!
Dominique

1 Answer

Chris Hulan

8/3/2006 6:14:00 PM

0

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&am...)
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