elixir-lang/elixir-windows-setup

Latest Elixir version installed regardless of selection

chyndman opened this issue · 6 comments

Continuation of elixir-lang/elixir#5616.

I can confirm this issue exists. I also attempted to defer installation and it still builds the 1.4 installer not matter which release I choose.

@KeeperB5 @idahogray the latest installer release (v2.1) should fix this; please let me know if that's the case.

Original issue has been fixed. Tried to install versions 1.3.4 and 1.4.0 and both worked as expected.

However, Windows 10 complains about unknown publisher when launching the installer. This didn't happen with previous version of the installer.

That's due to how SmartScreen works; the filename "elixir-websetup.exe" is usually downloaded from the Elixir website and not GitHub, so SmartScreen wants you to believe it's a malicious file.

Thank you @chyndman! We will update the Elixir website with the new installer soon. ❤️

I can confirm that choosing 1.3.4 and Defer Installation creates a 1.3.4 installation package. Thanks @chyndman .