Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Releases: elixir-lang/elixir-windows-setup

Version 2.4

21 Jan 01:14
Compare
Choose a tag to compare

The Task option to install Erlang is now always available. Previously if an Erlang entry existed in the registry the task would be totally hidden; now this existence check just controls the default checkbox state.

Version 2.3

06 Dec 03:57
Compare
Choose a tag to compare

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

30 Jan 19:31
Compare
Choose a tag to compare

Rebuild to use HTTPS for release CSV's.

Inno Setup version 6.2.0; Inno Download Plugin version 1.5.1.

Version 2.1

08 Jan 07:23
Compare
Choose a tag to compare

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

09 Jun 17:16
Compare
Choose a tag to compare

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.
confirmerlang

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

03 Jun 18:01
Compare
Choose a tag to compare

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)

28 May 23:59
Compare
Choose a tag to compare

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)

28 May 01:44
Compare
Choose a tag to compare

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)

22 Jul 22:40
Compare
Choose a tag to compare

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)

22 Dec 18:27
Compare
Choose a tag to compare

This version adds a task for uninstalling the existing version of Elixir, so that files which are obsolete are removed.