summaryrefslogtreecommitdiff
path: root/Master/install-tl-windows.bat
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2018-11-15 19:26:06 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2018-11-15 19:26:06 +0000
commita3fd330a54a79cdca527e0e1733814daf66ff289 (patch)
treeeb89bee51ac13d9734a80e4890288761a5f322b8 /Master/install-tl-windows.bat
parentc00ac639ae46969bf030863ec40ed58ab9f1c88d (diff)
Reset default gui to wizard
git-svn-id: svn://tug.org/texlive/trunk@49164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl-windows.bat')
-rwxr-xr-xMaster/install-tl-windows.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl-windows.bat b/Master/install-tl-windows.bat
index 7d852b54653..871f22e1427 100755
--- a/Master/install-tl-windows.bat
+++ b/Master/install-tl-windows.bat
@@ -30,7 +30,7 @@ rem set instroot before %0 gets overwritten during argument processing
set instroot=%~dp0
set notcl=no
-set tcl=yes
+set tcl=no
set args=
goto rebuildargs
@@ -160,7 +160,7 @@ rem echo "%instroot%tlpkg\tltcl\tclkit.exe" "%instroot%tlpkg\installer\install-t
rem pause
"%instroot%tlpkg\tltcl\tclkit.exe" "%instroot%tlpkg\installer\install-tl-gui.tcl" -- %args%
) else (
-rem echo perl "%instroot%install-tl" %args% -no-gui
+rem echo perl "%instroot%install-tl" %args%
rem pause
perl "%instroot%install-tl" %args%
)