aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.bat21
1 files 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[[
606========================== 606==========================
607 607
608Will configure LuaRocks with the following paths: 608Will configure LuaRocks with the following paths:
609LuaRocks : $FULL_PREFIX 609LuaRocks : $FULL_PREFIX
610Config file : $SYSCONFDIR\config.lua 610Config file : $SYSCONFDIR\config.lua
611Rocktree : $ROCKS_TREE 611Rocktree : $ROCKS_TREE
612 612
613Lua interpreter: $LUA_BINDIR\$LUA_INTERPRETER 613Lua interpreter : $LUA_BINDIR\$LUA_INTERPRETER
614 binaries : $LUA_BINDIR 614 binaries : $LUA_BINDIR
615 libraries : $LUA_LIBDIR 615 libraries : $LUA_LIBDIR
616 includes : $LUA_INCDIR 616 includes : $LUA_INCDIR
617 617 architecture: $UNAME_M
618Binaries will be linked against: $LUA_LIBNAME with runtime $LUA_RUNTIME.dll 618 binary link : $LUA_LIBNAME with runtime $LUA_RUNTIME.dll
619System architecture detected as: $UNAME_M
620 619
621]]) 620]])
622 621
@@ -725,7 +724,7 @@ ECHO ECHO Press any key to close this window... >> "%TMPFILE%"
725ECHO PAUSE ^> NUL >> "%TMPFILE%" 724ECHO PAUSE ^> NUL >> "%TMPFILE%"
726ECHO DEL "%TMPFILE%" >> "%TMPFILE%" 725ECHO DEL "%TMPFILE%" >> "%TMPFILE%"
727 726
728ECHO Now trying to run again elevated... 727ECHO Now retrying as a priviledged user...
729PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas') 728PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas')
730 729
731:EXITLR 730:EXITLR