Prebuilt Windows offline installer
karloscodes opened this issue · 2 comments
karloscodes commented
Can you please release a pre-built elixir offline installer for windows?, its a good choice for those with low internet connections.
chyndman commented
Here is an offline installer for v1.1.1. I threw it together by:
- Running
elixir-websetup.exe
- Click next.
- Click next.
- Uncheck "Install Erlang"
- Click next.
- Click next.
- Wait for the web installer to compile the offline installer.
- Close the offline installer.
- Navigate to %temp% in File Explorer
- Look in each folder starting with
is-
forOutput\elixir-v1.1.1-setup.exe
This of course can be done by anyone, although the resulting installer is unsigned and won't show a welcome page. I'll leave it up to @josevalim to decide whether we should provide (signed) offline installers going forward.
josevalim commented
@ccverak we don't plan to support offline installers because they add more complexity to our release cycles. Fortunately, you can use precompiled Elixir. All you really need to install Elixir is to add the executable to your PATH. More information on elixir-lang.org/install.html