Releases: elixir-lang/elixir-windows-setup
Version 2.4
Version 2.3
This version replaces the defunct Inno Download Plugin with built-in download functionality added in Inno Setup 6.1.
Built with Inno Setup 6.2.1.
Version 2.2
Rebuild to use HTTPS for release CSV's.
Inno Setup version 6.2.0; Inno Download Plugin version 1.5.1.
Version 2.1
In this release, the additional page to select between installing the latest release and selecting another release has been removed. This among other behind-the-scenes changes ostensibly fixes the regression described in #8.
Version 2.0
With this release, the installation pipeline has been reworked in order to enable two new features.
First, adding Erlang to the system PATH now occurs in the offline installer. This allows for a new wizard page in the offline installer which confirms where Erlang is installed based on Registry information. The path is later offered to be added to the system PATH (if it isn't already there) as well as used explicitly for Start menu shortcuts.
Second, the web installer can now offer to defer running the offline installer, so that the user can instead take the compiled offline installer to a system without internet access. The Readme documents how to use this feature.
Known Issue: The installer will always download/compile/install the latest Elixir version regardless of user selection. A fix will come in a future release.
Version 1.11
This release catches CSV parsing errors (which seem to occur in problematic download situations behind corporate firewalls per elixir-lang/elixir#4167) and provides a corresponding error message.
Version 1.10 (2016-05-28)
This release adds a task the offline installer for appending %USERPROFILE%\.mix\escripts
to the system PATH. Additionally, the installer will no longer add a shortcut to the uninstaller in the start menu, since this is almost never done anymore.
Version 1.03 (2016-05-27)
This release should fix #3 by ensuring the web installer triggers an environment refresh before the offline installer is run. If this does not resolve the issue, a step to verify Erlang's path will have to be added.
Built with Inno Setup 5.5.9 and Inno Download Plugin 1.5.1. The 7-zip command line executable is also now included in the repo.
Version 1.02 (2015-07-22)
This version has been released primarily to renew the installer's certificate, which signs the binary so that people can trust its origin. Additionally this version is built with the latest versions of Inno Setup (5.5.6) and the Inno Download Plugin (1.5.0).
Version 1.01 (2014-12-22)
This version adds a task for uninstalling the existing version of Elixir, so that files which are obsolete are removed.