<div dir="ltr"><div>What we do with erlang on windows is simply take the erts folder from program files, remove the erl.ini files that are next to erl.exe and ship apps with Erlang as part of the package. That way you can manually install VC runtime.<br><br></div>Sergej<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 11, 2015 at 9:14 AM, Konstantin Klisurski <span dir="ltr"><<a href="mailto:kosio1986@gmail.com" target="_blank">kosio1986@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Hi all,</p>
<p dir="ltr">I am writing a puppet module for downloading and installing erlang on Windows. I am using otp_win64_R15B01.exe, which uses the Nullsoft installer, so I am passing /S for silent and this indeed works for the Nullsoft installer, but it  starts installing Erlang, then pauses, triggers an Visual C++ Redistributable installation prompt, which is included in the erlang .exe and waits for input. So, I am stuck with the unattended installation, because I cannot find a way to bypass the VC++R GUI prompt... I tried to install VC++R before installing the Erland package, but it AGAIN triggers the VC++R exe and asks me if I want to Repair or Uninstall or Cancel. I wasn't able to find a way to pass a parameter from the Nullsoft installer to the child one (InstallShield for instance can do that). So is there anyone that managed to deal with that, or found another way to install erlang on Windows unattended (I need the R15B01 version and preffer downloading it directly from the site, but if there is another package that is capable of doing that I might re-assess the version I am using).</p>
<p dir="ltr">Best regards,<br>
Konstantin</p>
<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" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>