Any English documentation for exerb available?

Hi all,

I am trying to create a standalone executable for windows from ruby
script. I found that there are 2 options available now, rubyscript2exe
and exerb. I had tried both, but seems like the exerb is faster and
easier to use for me. Exerb don’t require me to specify any external dll
and include file and it comes with a rb2exe.hta application which is
helpful for me(although this app is written in jap). I also found the
program start time for Exerb is much faster than rubyscript2exe.

The problem I encounter is I can’t find any complete english
documentation for it?
Can anyone tell me what it mean by the option in the .hta application
for:
cui,cuirt, gui, guirt?

I also can’t get the correct installer through the raa website. The
setup file for raa website is outdated and can’t use for ruby 1.8.6 I am
actually running the exerb through installation of the ActiveRuby
1.8.6.1

On 4/13/07, Shin guey Wong [email protected] wrote:

The problem I encounter is I can’t find any complete english
documentation for it?

I also can’t get the correct installer through the raa website. The
setup file for raa website is outdated and can’t use for ruby 1.8.6 I am
actually running the exerb through installation of the ActiveRuby
1.8.6.1

I don’t have any experience with Exerb but here it mentions that
exerb-eng is the mailing-list to talk about Exerb in English. Maybe
you can get some more info there.

http://exerb.sourceforge.jp/index.en.html

Harry