You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@ First, download the Unicode version of Inno Setup (`isetup-X.Y.Z-unicode.exe` fr
22
22
To build the **web installer**, follow these steps:
23
23
24
24
1. Download and install the [Inno Download Plugin](https://code.google.com/p/inno-download-plugin/).
25
-
2. Download the [7-Zip Command Line Version](http://www.7-zip.org/download.html) and extract it to `7za920` in your Documents folder (i.e. `C:\Users\YourUserName\Documents\7za920`). You can redefine the `PATH_TO_7ZA` macro if you have this extracted elsewhere.
26
-
3. Open `elixir-windows-setup\ElixirWeb.iss` in the Inno Setup Compiler.
27
-
4. Click "Compile" to build an installer in `elixir-windows-setup/Output`.
25
+
2. Download the [7-Zip Command Line Version](http://www.7-zip.org/download.html) and extract it somewhere.
26
+
3. Edit the path in `elixir-windows-setup\7za_path.txt` to point to where you extracted 7za.exe.
27
+
4. Open `elixir-windows-setup\ElixirWeb.iss` in the Inno Setup Compiler.
28
+
5. Click "Compile" to build an installer in `elixir-windows-setup/Output`.
28
29
29
30
To build the **offline installer** follow these steps:
0 commit comments