From: Brian Wallace Date: 2009-09-16T02:03:09+09:00 Subject: Re: whats the best way to package deploy a Ruby app to windows??? (no UI, also standalone if possible) --0016e646a2903530bc0473a0c0ba Content-Type: text/plain; charset=ISO-8859-1 you can also use JRuby and stick the whole thing in a jar ... http://spin.atomicobject.com/2008/07/02/rolling-a-jruby-desktop-application or JRuby + rawr , which can give you Windows binaries , and Linux binaries .. http://rubyforge.org/projects/rawr/ You can use win32Utils if using Ruby MRI: http://win32utils.rubyforge.org/ or use a Java service wrapper if using JRuby ... On Mon, Sep 14, 2009 at 6:31 PM, Greg Hauptmann < greg.hauptmann.ruby@gmail.com> wrote: > On Tuesday, September 15, 2009, Luis Lavena wrote: > > On Sep 14, 11:00 pm, Greg Hauptmann > > wrote: > >> Hi, > >> > >> Whats the best way to package deploy a Ruby app to windows??? (no UI, > >> also standalone if possible) > >> > >> In other words a tools I can create a normal windows installation > >> package, or self extracting package, so that non-techo's who get the > >> installation can run it in seemlessly. Would need to be stand alone > >> (i.e. no requirement for them to have installed Ruby themselves). > >> > > > > Wrap your program/script around Ocra: > > > > http://ocra.rubyforge.org/ > > > > Install the gem, and the execute your script with ocra > > HTH, > > -- > > Luis Lavena > > > > thanks Luis - what about support for installing the ruby script as a > service? > > > > -- > Greg > http://blog.gregnet.org/ > > --0016e646a2903530bc0473a0c0ba--