summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-14 19:10:46 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-14 19:10:46 +0000
commitcd6989265d35581405ad7bdf0ea970d270ad75d1 (patch)
treea891640ae9362ff992beda19c0ef23130505f495
parent8a5124e2e58c169d8626c3d6830496b4fff51346 (diff)
downloadtor-cd6989265d35581405ad7bdf0ea970d270ad75d1.tar.gz
tor-cd6989265d35581405ad7bdf0ea970d270ad75d1.zip
Uninstaller should remove tor_resolve.exe too
svn:r2867
-rw-r--r--contrib/tor.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi
index 1cd1c997f0..d0e02adc53 100644
--- a/contrib/tor.nsi
+++ b/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"