summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl2
-rwxr-xr-xMaster/install-tl-advanced.bat6
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 0a5c0a48485..387b82c7e90 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -542,7 +542,7 @@ exit(0);
sub do_installation {
if (win32()) {
- debug("Switching to non-admin mode due to explict user request!\n");
+ debug("Switching to non-admin mode due to explicit user request!\n");
non_admin() if !$vars{'option_w32_multi_user'};
}
# do the actual installation
diff --git a/Master/install-tl-advanced.bat b/Master/install-tl-advanced.bat
index 32d003b1b6c..3edd1373ede 100755
--- a/Master/install-tl-advanced.bat
+++ b/Master/install-tl-advanced.bat
@@ -1,9 +1,11 @@
@echo off
rem $Id$
-rem Start installer in advanced (perltk) mode
-rem
rem Public domain.
rem Originally written 2009 by Norbert Preining.
+rem
+rem Start installer in advanced (perltk) mode. This is here so that
+rem it can easily launched from the normal Windows GUI, not just the
+rem command line.
call "%~dp0install-tl.bat" -gui perltk %*