Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows installer without admin privileges #8531

Open
mardukbp opened this issue May 30, 2024 · 0 comments
Open

Windows installer without admin privileges #8531

mardukbp opened this issue May 30, 2024 · 0 comments
Assignees
Labels

Comments

@mardukbp
Copy link

Is your feature request related to a problem? Please describe.

At universities and in enterprise environments users do not usually have admin privileges. As a result a lot of people are left out of the BEAM ecosystem. Since Java, Python and .NET can be installed without admin privileges, they are used instead of e.g. Elixir.

Personally, I would like to introduce my clients and colleagues to Elixir, but installing Erlang is an obstacle.

Describe the solution you'd like

An Erlang installer for Windows that does not require admin privileges.

Describe alternatives you've considered

The Livebook installer can be used to install Erlang. However, it requires admin privileges because it starts the installer for the Visual C++ Redistributable, which provides the vcruntime140.dll required by erl.exe.

Additional context

The Windows image of GH actions includes VS 2022 with the Microsoft.VisualStudio.Component.VC.Redist.14.Latest component. One can write a script that copies the DLL from it.

Of course, there could be other reasons why the Erlang installer needs admin rights, that I am not aware of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants