tags:

views:

56

answers:

1

I have a machine which doesn't give me local admin rights. Is it still possible to run erlang on it, as I cannot run a windows .exe installer to install erlang?

+2  A: 

You can copy erl.exe (plus the runtime system and all the libraries you need) from another installation and run it without the need to install. As long as you are allowed to execute files it should be okay.

Adam Lindberg
Thanks. This worked!
Zubair
Nice! I was a bit unspecific, glad you figured it out. :-)
Adam Lindberg