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
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ WizardSmallImageFile=assets\null.bmp
48
48
49
49
50
50
[CustomMessages]
51
+ ; The version string shouldn't show the version of this installer (AppVersion)
51
52
NameAndVersion= %1
52
53
53
54
[Files]
@@ -71,10 +72,14 @@ Source: "compiler:Setup.e32"; DestDir: "{tmp}"; Flags: deleteafterinstall
71
72
Source : " compiler:SetupLdr.e32" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
72
73
73
74
[Run]
75
+ ; Run the Erlang installer if task is selected
74
76
Filename : " {tmp} \{#StrInspectScriptConst('GlobalErlangData.Exe32')}" ; Flags : hidewizard ; StatusMsg : " Installing {#StrInspectScriptConst('GlobalErlangData.Name32')}..." ; Tasks: erlang\32
75
77
Filename : " {tmp} \{#StrInspectScriptConst('GlobalErlangData.Exe64')}" ; Flags : hidewizard ; StatusMsg : " Installing {#StrInspectScriptConst('GlobalErlangData.Name64')}..." ; Tasks: erlang\64
78
+ ; Extract the downloaded Precompiled.zip archive
76
79
Filename : " {tmp} \7za.exe" ; Parameters : " x -oelixir Precompiled.zip" ; WorkingDir : " {tmp} " ; StatusMsg : " Extracting Precompiled.zip archive..."
80
+ ; Compile the offline installer
77
81
Filename : " {tmp} \ISCC.exe" ; Parameters : " /dSkipWelcome /dNoCompression Elixir.iss" ; WorkingDir : " {tmp} " ; StatusMsg : " Compiling Elixir installer..."
82
+ ; Run the offline installer
78
83
Filename : " {tmp} \Output\elixir-v{#StrInspectScriptConst('CacheSelectedRelease.Version')}-setup.exe" ; Flags : nowait ; StatusMsg : " Starting Elixir installer..."
79
84
80
85
[Tasks]
You can’t perform that action at this time.
0 commit comments