diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-01-01 15:03:28 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-01-01 15:03:28 +0000 |
commit | 3e508bc0c271a5ee124c948e59a5715c7e8ec2fb (patch) | |
tree | f4991b3b3a247752f611b4f66332d0a99dd7fcd0 /Master/autorun.inf | |
parent | b58186a5584b58a7ba38af0d4228790893509684 (diff) |
autorun.inf, which configures the program that will be run
automatically when the cd/dvd is inserted, now points to
install-tl.bat, which in its turn starts install-tl.pl.
git-svn-id: svn://tug.org/texlive/trunk@6018 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/autorun.inf')
-rw-r--r-- | Master/autorun.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/autorun.inf b/Master/autorun.inf index c0a341b9cf7..ad896d62cc9 100644 --- a/Master/autorun.inf +++ b/Master/autorun.inf @@ -1,2 +1,2 @@ [autorun] -OPEN=setuptl\tlpmgui.exe +OPEN=install-tl.bat |