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

Commit 9423c6d

Browse files
Chris HyndmanChris Hyndman
Chris Hyndman
authored and
Chris Hyndman
committed
run offline setup after environment change trigger
1 parent b0a172d commit 9423c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Filename: "{tmp}\7za.exe"; Parameters: "x -oelixir Precompiled.zip"; WorkingDir:
7777
; Compile the offline installer
7878
Filename: "{tmp}\ISCC.exe"; Parameters: "/dSkipWelcome /dNoCompression Elixir.iss"; WorkingDir: "{tmp}"; StatusMsg: "Compiling Elixir installer..."
7979
; Run the offline installer
80-
Filename: "{tmp}\Output\elixir-v{#StrInspectScriptConst('CacheSelectedRelease.Version')}-setup.exe"; Flags: nowait; StatusMsg: "Starting Elixir installer..."
80+
Filename: "{tmp}\Output\elixir-v{#StrInspectScriptConst('CacheSelectedRelease.Version')}-setup.exe"; Flags: nowait postinstall; StatusMsg: "Starting Elixir installer..."
8181

8282
[Tasks]
8383
Name: "unins_previous"; Description: "Uninstall previous version at {#StrInspectScriptConst('GetPreviousAppPath')} (Recommended)"; Check: CheckPreviousVersionExists

0 commit comments

Comments
 (0)