Basic Windows Deployment

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.

···

--
Posted via http://www.ruby-forum.com/.

Take a look at Ruby2Exe:

   http://www.erikveen.dds.nl/rubyscript2exe/index.html

Curt

···

On 3/9/07, Mike Stephens <rubfor@recitel.net> 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.

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

Frank/Curt

That's brilliant.

Ruby - Rich environment; supportive community...

···

--
Posted via http://www.ruby-forum.com/.