New to rabbit mq and erlang.<br>I can run the rabbitmq server from the command line.� I can produce and consume messages from the broker when running the server in this way.� I&#39;d like to run it as a service but when I try the install scrip, I get the following output:<br>
<br>c:\Program Files (x86)\rabbitmq_server-2.5.1\sbin&gt;rabbitmq-service.bat install<br>C:\Program Files (x86)\erl5.8.4\erts-5.8.4\bin\erlsrv: Unable to register servic<br>e with service manager.<br>Error: Access is denied.<br>
Activating RabbitMQ plugins ...<br>0 plugins activated:<br><br>C:\Program Files (x86)\erl5.8.4\erts-5.8.4\bin\erlsrv: No service with the name<br>RabbitMQ exists.<br><br>Is there any way to know what access is getting denied?<br>