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

Commit f3c0e21

Browse files
committed
Begin purging PowerShell scripts
1 parent 0743140 commit f3c0e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ElixirWeb.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Source: "compiler:Setup.e32"; DestDir: "{tmp}"; Flags: deleteafterinstall
4949
Source: "compiler:SetupLdr.e32"; DestDir: "{tmp}"; Flags: deleteafterinstall
5050

5151
[Run]
52-
Filename: "powershell.exe"; Parameters: "-File scripts\make-installer.ps1 --start --friendly --no-compression --skip-welcome"; WorkingDir: "{tmp}"; StatusMsg: "Preparing offline installer..."
52+
Filename: "{tmp}\_offlineinstaller\ISCC.exe"; Parameters: "/dElixirVersion={code:ConstGetSelectedReleaseVersion} /dSkipWelcome /dNoCompression Elixir.iss"; WorkingDir: "{tmp}\_offlineinstaller"; Flags: waituntilterminated runhidden; StatusMsg: "Preparing Elixir installer..."
53+
Filename: "{tmp}\_offlineinstaller\Output\elixir-v{code:ConstGetSelectedReleaseVersion}-setup.exe"; Flags: nowait; StatusMsg: "Running Elixir installer..."
5354

5455
[Code]
5556
type

0 commit comments

Comments
 (0)