summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/scripts/texlive/uninstall-win32.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/uninstall-win32.pl b/Master/texmf/scripts/texlive/uninstall-win32.pl
index ed7e29c8d58..7cd1bf5c979 100644
--- a/Master/texmf/scripts/texlive/uninstall-win32.pl
+++ b/Master/texmf/scripts/texlive/uninstall-win32.pl
@@ -41,6 +41,9 @@ $cancel->pack(-side => 'left' , -padx => "3m");
sub doit {
remove_texbindirs_from_path();
unsetenv_reg("TEXBINDIR");
+ # from_dvd case:
+ unsetenv_reg("TEXMFSYSVAR");
+ unsetenv_reg("TEXMFCNF");
unregister_uninstaller();
exit if is_vista();
broadcast_env();