Is it possible to package an Erlang program as a .exe file?
        Posted  
        
            by Zubair
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zubair
        
        
        
        Published on 2010-03-28T17:46:49Z
        Indexed on 
            2010/03/28
            17:53 UTC
        
        
        Read the original article
        Hit count: 210
        
It has to be self contained, some sort of Erlang runtime library, and the BEAM files. This is so that anyone can run the program with one click, by running a .exe off a network drive, without having to install Erlang or anything else.
© Stack Overflow or respective owner