diff options
author | Norbert Preining <preining@logic.at> | 2008-05-03 15:38:14 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-03 15:38:14 +0000 |
commit | 790827ec840325550465ff5db4e35748a9e807dc (patch) | |
tree | 42cf94a3843ae23c23c2692c140db881143d9797 /Master/tlpkg/TeXLive/TLWinGoo.pm | |
parent | d1eba391dc7bc6e49400fdc0a69d9e572f355eac (diff) |
gui uninstaller for win32 ...
git-svn-id: svn://tug.org/texlive/trunk@7826 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index 858369d3ba7..75c793df353 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -866,7 +866,7 @@ sub create_uninstaller { echo Do you really want to remove TeX Live 2008? Type Ctrl-C to abort. pause set PERL5LIB= -\"$td\\tlpkg\\tlperl\\bin\\perl.exe\" \"$td\\texmf\\scripts\\texlive\\tlmgr.pl\" uninstallwin32 +\"$td\\tlpkg\\tlperl\\bin\\perl.exe\" \"$td\\texmf\\scripts\\texlive\\uninstall-win32.pl\" copy \"$td\\tlpkg\\installer\\uninst2.bat\" \"\%TEMP\%\" \"\%TEMP\%\\uninst2.bat\" UNEND |