diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-06 11:18:13 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-03-06 11:18:13 +0000 |
commit | d22a97fcaab3354e483187c0728b9e56952bde90 (patch) | |
tree | f85c9ca5a34c694b19e0c53f39022676d992f2c6 /Master | |
parent | 677038c6ed6dd0d34cb1f123df94467e96ef4c14 (diff) |
No more separate advanced installer
git-svn-id: svn://tug.org/texlive/trunk@50258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl-advanced.bat | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/install-tl-advanced.bat b/Master/install-tl-advanced.bat deleted file mode 100755 index df9b2beb8db..00000000000 --- a/Master/install-tl-advanced.bat +++ /dev/null @@ -1,11 +0,0 @@ -@echo off
-rem $Id$
-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-windows.bat" -gui perltk %*
-
|