standalone erlang
Vlad Dumitrescu
vlad_dumitrescu@REDACTED
Wed Feb 16 21:18:28 CET 2005
----- Original Message -----
From: "James Hague" <james.hague@REDACTED>
> 1. Be able to give someone a single file. It can be an archive, like
> a zip, as long as the decompression in handled behind the scenes each
> time the program is run.
This can easily be done with an self-extracting archive. Just put (w)erl.exe
and the .ear files inside, add also a .bat file that starts erl with all
necessary arguments, configure the self-extracting archive to run that batch
file when ran, and you're all set.
No need to fiddle with MS specific formats or other things like that.
regards,
Vlad
More information about the erlang-questions
mailing list