From f50794660e594a67c7290b1a3a2964a2e7cbaa96 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 14 Nov 2004 19:10:46 +0000 Subject: [PATCH] Uninstaller should remove tor_resolve.exe too svn:r2867 --- trunk/contrib/tor.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/contrib/tor.nsi b/trunk/contrib/tor.nsi index 1cd1c997f0..d0e02adc53 100644 --- a/trunk/contrib/tor.nsi +++ b/trunk/contrib/tor.nsi @@ -167,6 +167,7 @@ Section "Uninstall" Delete "$INSTDIR\libeay32.dll" Delete "$INSTDIR\ssleay32.dll" Delete "$INSTDIR\tor.exe" + Delete "$INSTDIR\tor_resolve.exe" Delete "$INSTDIR\Tor Website.url" Delete "$INSTDIR\torrc" Delete "$INSTDIR\torrc.sample"