diff options
-rw-r--r-- | install.bat | 21 |
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 | ||
608 | Will configure LuaRocks with the following paths: | 608 | Will configure LuaRocks with the following paths: |
609 | LuaRocks : $FULL_PREFIX | 609 | LuaRocks : $FULL_PREFIX |
610 | Config file : $SYSCONFDIR\config.lua | 610 | Config file : $SYSCONFDIR\config.lua |
611 | Rocktree : $ROCKS_TREE | 611 | Rocktree : $ROCKS_TREE |
612 | 612 | ||
613 | Lua interpreter: $LUA_BINDIR\$LUA_INTERPRETER | 613 | Lua 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 | |
618 | Binaries will be linked against: $LUA_LIBNAME with runtime $LUA_RUNTIME.dll | 618 | binary link : $LUA_LIBNAME with runtime $LUA_RUNTIME.dll |
619 | System 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%" | |||
725 | ECHO PAUSE ^> NUL >> "%TMPFILE%" | 724 | ECHO PAUSE ^> NUL >> "%TMPFILE%" |
726 | ECHO DEL "%TMPFILE%" >> "%TMPFILE%" | 725 | ECHO DEL "%TMPFILE%" >> "%TMPFILE%" |
727 | 726 | ||
728 | ECHO Now trying to run again elevated... | 727 | ECHO Now retrying as a priviledged user... |
729 | PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas') | 728 | PowerShell -Command (New-Object -com 'Shell.Application').ShellExecute('%TMPFILE%', '', '', 'runas') |
730 | 729 | ||
731 | :EXITLR | 730 | :EXITLR |