diff options
author | Norbert Preining <preining@logic.at> | 2008-01-09 15:55:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-01-09 15:55:15 +0000 |
commit | 4c5acf01576b01eff73c27e0512f0cc10ecd74d7 (patch) | |
tree | 5889f04eb4b18240f33541503baa52d16ff2076e | |
parent | 49fa2cd8d6520b43948cf132877a1fe8745642a3 (diff) |
call installation with -gui
git-svn-id: svn://tug.org/texlive/trunk@6167 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl.bat b/Master/install-tl.bat index 751f0e32458..cd25e0b0ea4 100755 --- a/Master/install-tl.bat +++ b/Master/install-tl.bat @@ -16,7 +16,7 @@ rem use provided Perl set PERL5SAVE=%PERL5LIB%
set PERL5LIB=%tlroot%tlpkg\lib\Perl5_lib-TL_inst
-"%tlroot%tlpkg\bin\perl" "%tlroot%install-tl.pl"
+"%tlroot%tlpkg\bin\perl" "%tlroot%install-tl.pl" "-gui"
pause Done
rem cleanup in case of start from command-line
|