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

Commit 50449ca

Browse files
committed
Add tasks for Erlang installation
1 parent f2eb8d4 commit 50449ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ElixirWeb.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Filename: "{tmp}\7za.exe"; Parameters: "x -oelixir Precompiled.zip"; WorkingDir:
5656
Filename: "{tmp}\ISCC.exe"; Parameters: "/dElixirVersion={code:ConstGetSelectedReleaseVersion} /dSkipWelcome /dNoCompression Elixir.iss"; WorkingDir: "{tmp}"; StatusMsg: "Compiling Elixir installer..."
5757
Filename: "{tmp}\Output\elixir-v{code:ConstGetSelectedReleaseVersion}-setup.exe"; Flags: nowait; StatusMsg: "Starting Elixir installer..."
5858

59+
[Tasks]
60+
Name: "erlang"; Description: "Install Erlang"; GroupDescription: "Erlang"
61+
Name: "erlang\32"; Description: "OTP 17.1 (32-bit)"; GroupDescription: "Erlang"; Flags: exclusive
62+
Name: "erlang\64"; Description: "OTP 17.1 (64-bit)"; GroupDescription: "Erlang"; Flags: exclusive; Check: IsWin64
63+
Name: "erlpath"; Description: "Append Erlang directory to Path environment variable"; GroupDescription: "Erlang"
64+
5965
[Code]
6066
type
6167
TStringTable = array of TStringList;

0 commit comments

Comments
 (0)