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

Commit 85034bf

Browse files
committed
Annotate [CustomMessages] and [Run] sections
1 parent b215899 commit 85034bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ElixirWeb.iss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ WizardSmallImageFile=assets\null.bmp
4848

4949

5050
[CustomMessages]
51+
; The version string shouldn't show the version of this installer (AppVersion)
5152
NameAndVersion=%1
5253

5354
[Files]
@@ -71,10 +72,14 @@ Source: "compiler:Setup.e32"; DestDir: "{tmp}"; Flags: deleteafterinstall
7172
Source: "compiler:SetupLdr.e32"; DestDir: "{tmp}"; Flags: deleteafterinstall
7273

7374
[Run]
75+
; Run the Erlang installer if task is selected
7476
Filename: "{tmp}\{#StrInspectScriptConst('GlobalErlangData.Exe32')}"; Flags: hidewizard; StatusMsg: "Installing {#StrInspectScriptConst('GlobalErlangData.Name32')}..."; Tasks: erlang\32
7577
Filename: "{tmp}\{#StrInspectScriptConst('GlobalErlangData.Exe64')}"; Flags: hidewizard; StatusMsg: "Installing {#StrInspectScriptConst('GlobalErlangData.Name64')}..."; Tasks: erlang\64
78+
; Extract the downloaded Precompiled.zip archive
7679
Filename: "{tmp}\7za.exe"; Parameters: "x -oelixir Precompiled.zip"; WorkingDir: "{tmp}"; StatusMsg: "Extracting Precompiled.zip archive..."
80+
; Compile the offline installer
7781
Filename: "{tmp}\ISCC.exe"; Parameters: "/dSkipWelcome /dNoCompression Elixir.iss"; WorkingDir: "{tmp}"; StatusMsg: "Compiling Elixir installer..."
82+
; Run the offline installer
7883
Filename: "{tmp}\Output\elixir-v{#StrInspectScriptConst('CacheSelectedRelease.Version')}-setup.exe"; Flags: nowait; StatusMsg: "Starting Elixir installer..."
7984

8085
[Tasks]

0 commit comments

Comments
 (0)