From: Frank Schmitt Date: 2007-03-10T05:59:47+09:00 Subject: Re: Basic Windows Deployment Mike Stephens wrote: > Is there any documentation on what files need to be deployed on a client > Windows pc to run a Ruby script? The one-click installer includes all > sorts of documentation, editors etc etc not applicable to end users. Depending on whether your end users want to edit the script or just need to run it, you could use RubyScript2Exe http://www.erikveen.dds.nl/rubyscript2exe/index.html#6.0.0 which embeds your script, the Ruby interpreter and all necessary extensions into a single executable. HTH & kind regards Frank