From 450bc12eba9ebc61c597b70a633eb1e37ab92180 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Tue, 17 Mar 2020 20:46:21 +0000 Subject: New Tcl/Tk for Windows. No longer a single-file kit. git-svn-id: svn://tug.org/texlive/trunk@54375 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl-windows.bat | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Master/install-tl-windows.bat') diff --git a/Master/install-tl-windows.bat b/Master/install-tl-windows.bat index e2031b82e57..1caf59962b1 100755 --- a/Master/install-tl-windows.bat +++ b/Master/install-tl-windows.bat @@ -134,6 +134,10 @@ set args=%args% %p% goto rebuildargs :nomoreargs + +set wish="%instroot%tlpkg\tltcl\tclkit.exe" +if not exist "%wish%" set wish="%instroot%tlpkg\tltcl\bin\wish.exe" +if not exist "%wish%" set tcl=no if %forbid% == yes set tcl=no rem Check for tex directories on path and remove them. @@ -183,9 +187,9 @@ set errlev=0 rem Start installer if %tcl% == yes ( -rem echo "%instroot%tlpkg\tltcl\tclkit.exe" "%instroot%tlpkg\installer\install-tl-gui.tcl" -- %args% +rem echo "%wish%" "%instroot%tlpkg\installer\install-tl-gui.tcl" -- %args% rem pause -"%instroot%tlpkg\tltcl\tclkit.exe" "%instroot%tlpkg\installer\install-tl-gui.tcl" -- %args% +"%wish%" "%instroot%tlpkg\installer\install-tl-gui.tcl" -- %args% ) else ( rem echo perl "%instroot%install-tl" %args% rem pause -- cgit v1.2.3