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.

On 3/9/07, Mike S. [email protected] 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.

Take a look at Ruby2Exe:

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

Curt

Mike S. 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…