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

Releases: elixir-lang/elixir-windows-setup

Version 2.4

Choose a tag to compare

@chyndman chyndman released this 21 Jan 01:14

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

Choose a tag to compare

@chyndman chyndman released this 06 Dec 03:57

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

Choose a tag to compare

@chyndman chyndman released this 30 Jan 19:31

Rebuild to use HTTPS for release CSV's.

Inno Setup version 6.2.0; Inno Download Plugin version 1.5.1.

Version 2.1

Choose a tag to compare

@chyndman chyndman released this 08 Jan 07:23

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

Choose a tag to compare

@chyndman chyndman released this 09 Jun 17:16

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

Choose a tag to compare

@chyndman chyndman released this 03 Jun 18:01

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)

Choose a tag to compare

@chyndman chyndman released this 28 May 23:59

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)

Choose a tag to compare

@chyndman chyndman released this 28 May 01:44

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)

Choose a tag to compare

@chyndman chyndman released this 22 Jul 22:40

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)

Choose a tag to compare

@chyndman chyndman released this 22 Dec 18:27

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