From 983362ff772fcdb0eebfb69fc9c1baf83651e610 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 27 Dec 2013 09:35:52 +0100 Subject: some textual updates --- install.bat | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/install.bat b/install.bat index 03ec7c94..8f877c57 100644 --- a/install.bat +++ b/install.bat @@ -606,17 +606,16 @@ print(S[[ ========================== Will configure LuaRocks with the following paths: -LuaRocks : $FULL_PREFIX -Config file : $SYSCONFDIR\config.lua -Rocktree : $ROCKS_TREE +LuaRocks : $FULL_PREFIX +Config file : $SYSCONFDIR\config.lua +Rocktree : $ROCKS_TREE -Lua interpreter: $LUA_BINDIR\$LUA_INTERPRETER - binaries : $LUA_BINDIR - libraries : $LUA_LIBDIR - includes : $LUA_INCDIR - -Binaries will be linked against: $LUA_LIBNAME with runtime $LUA_RUNTIME.dll -System architecture detected as: $UNAME_M +Lua interpreter : $LUA_BINDIR\$LUA_INTERPRETER + binaries : $LUA_BINDIR + libraries : $LUA_LIBDIR + includes : $LUA_INCDIR + architecture: $UNAME_M + binary link : $LUA_LIBNAME with runtime $LUA_RUNTIME.dll ]]) @@ -725,7 +724,7 @@ ECHO ECHO Press any key to close this window... >> "%TMPFILE%" ECHO PAUSE ^> NUL >> "%TMPFILE%" ECHO DEL "%TMPFILE%" >> "%TMPFILE%" -ECHO Now trying to run again elevated... +ECHO Now retrying as a priviledged user... PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas') :EXITLR -- cgit v1.2.3-55-g6feb