From: Curt Hibbs Date: 2005-06-01T00:16:16+09:00 Subject: Re: Cannot install Ruby on Win XP SP2 A.L. wrote: > Cannot install preconfigured Ruby on Win XP SP2 > > Installing ruby182-14RC11.exe from RubyForge. > > Win XP SP2 with 1 GB memory and 30 GB free disk. Logged as admin. > > Everything goes well with the installer until the very last moment > when installer says what is the installation directory. Whatever I do, > the "Install" button is disabled. No error message or any other > trouble. > > Any idea?... Invested almost $50 in Ruby book already :) First of all, you should install the final version of 182-14, not release candidate 11 (or 182-15). The problem that you are experiencing is a bug in the NSIS installer that I use to create the One-Click Ruby Installer. Its rare, but your not the first to experience it either. There are two things you can do. First, you can try typing in the path of where you want ruby installed (*do not* use the "Browse" button). Try something other than "C:\ruby", like "C:\ruby-182". The other thing you can do is an unattended install from the command line. Open a command line window in the directory where downloaded the installer and run this command: /s /d= For example: ruby182-14.exe /s /d=c:\ruby Curt