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

Commit 976fd17

Browse files
committed
Remove GroupDescriptions
1 parent 0afb8d5 commit 976fd17

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ElixirWeb.iss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Filename: "{tmp}\ISCC.exe"; Parameters: "/dElixirVersion={code:ConstGetSelectedR
6464
Filename: "{tmp}\Output\elixir-v{code:ConstGetSelectedReleaseVersion}-setup.exe"; Flags: nowait; StatusMsg: "Starting Elixir installer..."
6565

6666
[Tasks]
67-
Name: "erlang"; Description: "Install Erlang"; GroupDescription: "Erlang"; Check: CheckToInstallErlang
68-
Name: "erlang\32"; Description: "{code:ConstGetErlangName32}"; GroupDescription: "Erlang"; Flags: exclusive
69-
Name: "erlang\64"; Description: "{code:ConstGetErlangName64}"; GroupDescription: "Erlang"; Flags: exclusive; Check: IsWin64
70-
Name: "erlang\newpath"; Description: "Append Erlang directory to Path environment variable"; GroupDescription: "Erlang"
71-
Name: "existingpath"; Description: "Append {code:ConstGetExistingErlangPath}\bin to Path environment variable"; GroupDescription: "Erlang"; Check: CheckToAddExistingErlangPath
67+
Name: "erlang"; Description: "Install Erlang"; Check: CheckToInstallErlang
68+
Name: "erlang\32"; Description: "{code:ConstGetErlangName32}"; Flags: exclusive
69+
Name: "erlang\64"; Description: "{code:ConstGetErlangName64}"; Flags: exclusive; Check: IsWin64
70+
Name: "erlang\newpath"; Description: "Append Erlang directory to Path environment variable"
71+
Name: "existingpath"; Description: "Append {code:ConstGetExistingErlangPath}\bin to Path environment variable"; Check: CheckToAddExistingErlangPath
7272

7373
[Code]
7474
#include "src\util.iss"

0 commit comments

Comments
 (0)