This repository was archived by the owner on May 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ Filename: "{tmp}\ISCC.exe"; Parameters: "/dElixirVersion={code:ConstGetSelectedR
64
64
Filename : " {tmp} \Output\elixir-v{code:ConstGetSelectedReleaseVersion}-setup.exe" ; Flags : nowait ; StatusMsg : " Starting Elixir installer..."
65
65
66
66
[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
72
72
73
73
[Code]
74
74
#include " src\u til.iss"
You can’t perform that action at this time.
0 commit comments