[erlang-questions] Deploy Erlang based application on Windows

Rapsey rapsey@REDACTED
Fri Apr 6 07:17:35 CEST 2012


I have a QT based app that runs erlang in the background. Installer is done
with inno setup: http://www.jrsoftware.org/isinfo.php
I just took a regular windows install of erlang, removed the source code
files, I think I removed some .ini files from the bin folders so that
erlang can be run from any directory not just program files.
In inno setup I just configure it to copy that erlang directory into the
program install directory and that is that.

Source: "e:\Path\To\erlang\*"; DestDir: "{app}\erlang"; Flags:
ignoreversion recursesubdirs createallsubdirs


Sergej

On Fri, Apr 6, 2012 at 4:46 AM, Kaiduan Xie <kaiduanx@REDACTED> wrote:

> Hi all,
>
> I am considering to use Erlang/Yaws/Another Erlang application for a
> project on Windows platform. The major obstacle is to roll out an
> all-in-one installer which installs Erlang/Yaws/Another Erlang
> application in ONE step. It seems this is not that easy. Any idea on
> how to make the installation easy for end user?
>
> Thanks for sharing your experience and thought,
>
> /Kaiduan
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120406/1cac5671/attachment.htm>


More information about the erlang-questions mailing list