I am running 64-bit Windows 10, I installed Erlang 64-bit R16B03, set-up ERLANG_HOME system env variable (not the user env var) and validated it to work OK from command shell. When I run RabbitMQ3.6.6.exe to setup I get error "Erlang could not be detected". What version of Erlang do I need for RabbitMQ 3.6.6 ?? Does Erlang have to be installed in C:\Program Files?? I installed it in C:\Erlang folder.
I also tried to add %ERLANG_HOME%\bin to Path but it made no difference. I have VC++ redistributable exe already installed (2005,2008,2013,2015). I tried version OTP 19.2 (erl8.2) of Erlang with same results. Any ideas?
I am trying to avoid installing manually from RabbitMQ zip file because I am new to RabbitMQ and just want to get it up and running so I can learn it.
Thank you