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

Commit bb8ea03

Browse files
committed
Update README.md
1 parent 34e820d commit bb8ea03

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Part of the Elixir on Windows Google Summer of Code 2014 project, this installer
1616
First, download the [Unicode Inno Setup QuickStart Pack](http://www.jrsoftware.org/isdl.php#qsp) and install it, making sure to keep the "Install Inno Setup Preprocessor" checkbox checked when asked. Then, follow these steps to build an offline installer (a single executable which packages a particular Elixir release):
1717

1818
1. Clone this repo (`elixir-windows-setup`) to your system.
19-
2. Download the Precompiled.zip of the desired [Elixir Release](https://github.com/elixir-lang/elixir/releases/) into `elixir-windows-setup`
20-
3. Open either a PowerShell in `elixir-windows-setup`.
21-
4. In the directory, run `.\scripts\make-installer.ps1`.
19+
2. Extract the Precompiled.zip of the desired [Elixir Release](https://github.com/elixir-lang/elixir/releases/) into `elixir-windows-setup\elixir`
20+
3. Open either a PowerShell or Command Prompt in `elixir-windows-setup`.
21+
4. In the directory, run `#INNOSETUPPATH#\ISCC.exe /dElixirVersion=#ELIXIRVERSION# Elixir.iss`, where `#INNOSETUPPATH#` is probably "C:\Program Files (x86)\Inno Setup 5" and `#ELIXIRVERSION#` is the version of Elixir you're building the installer for.
2222

2323
And that's it! As an alternative to step 2, you could clone Elixir into `elixir-windows-setup` and build an installer for that repo.
2424

@@ -31,5 +31,8 @@ Portions Copyright (C) 2000-2013 Martijn Laan. All rights reserved.
3131
#### [Inno Download Plugin](https://code.google.com/p/inno-download-plugin/)
3232
Copyright (c) 2013-2014 Mitrich Software
3333

34+
#### [modpath.iss](http://legroom.net/software/modpath)
35+
Copyright (c) Jared Breland
36+
3437
#### [Elixir](http://elixir-lang.org/)
3538
"Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.

0 commit comments

Comments
 (0)