That is actually Ruby's fault.
The assumption on Windows is that your home folder is in the following
environment variables:
HOME
HOMEDRIVE + HOMEPATH
USERPROFILE
And the problem in your case is that HOMEDRIVE is a network drive.
You can test this behavior doing File.expand_path("~")
I recommend you set HOME variable and point it to the directory you want.
Perhaps the installer should be checking if HOME is set before.
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry