Search code examples
erlangrabbitmq

Erlang: How to install Erlang for Windows with specifying location


I would like to install Erlang for Windows. Erlang provides a Windows installer but the installer installs Erlang into fixed folder "Program Files". I need to install Erlang into optional location.

Please let me know how to install Erlang for Windows with a path which I want to install.


Solution

  • You can run the following command to specify a different installation location. Note that you should run the installer as an administrative user:

    otp_win64_20.3.exe /S /D=C:\the\path\you\want