elixir-lang/elixir-windows-setup

Windows installer does not work

sampicab opened this issue · 2 comments

Environment

  • Elixir & Erlang/OTP versions (elixir --version): v2.1
  • Operating system: Windows

Current behavior

I'm downloading the windows .exe off of https://elixir-lang.org/install.html#windows and it throws an exception when attempting to run the exe file. I'm appropriately elevated on my machine.

Capture

Expected behavior

The installation works.

Hi @sampicab, thanks for the report. Are you, by any chance, behind a proxy or similar? Can you access the said file directly? We have a issues tracker for the installer, which you can follow up here: https://github.com/elixir-lang/elixir-windows-setup/issues

My first guess would be a proxy issue or a https issue (see #14). If it still persists, let me know.

Thanks @josevalim - it was an https issue. #14 had the fixed buried down in it that I just missed the first time, specifically:

[In IE] disable "warn if changing between secure and non secure mode"

Thanks!