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
2010-04-22 13:05:14
Thanks. This worked!
Zubair
2010-04-22 13:23:52
Nice! I was a bit unspecific, glad you figured it out. :-)
Adam Lindberg
2010-04-23 11:22:46