I have a QT based app that runs erlang in the background. Installer is done with inno setup: <a href="http://www.jrsoftware.org/isinfo.php">http://www.jrsoftware.org/isinfo.php</a><div>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.</div>
<div>In inno setup I just configure it to copy that erlang directory into the program install directory and that is that.</div><div><br></div><div>Source: "e:\Path\To\erlang\*"; DestDir: "{app}\erlang"; Flags: ignoreversion recursesubdirs createallsubdirs </div>
<div><br></div><div><br></div><div>Sergej<br><br><div class="gmail_quote">On Fri, Apr 6, 2012 at 4:46 AM, Kaiduan Xie <span dir="ltr"><<a href="mailto:kaiduanx@gmail.com">kaiduanx@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I am considering to use Erlang/Yaws/Another Erlang application for a<br>
project on Windows platform. The major obstacle is to roll out an<br>
all-in-one installer which installs Erlang/Yaws/Another Erlang<br>
application in ONE step. It seems this is not that easy. Any idea on<br>
how to make the installation easy for end user?<br>
<br>
Thanks for sharing your experience and thought,<br>
<br>
/Kaiduan<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>