From: Nick Mathewson Date: Sun, 14 Nov 2004 19:10:46 +0000 (+0000) Subject: Uninstaller should remove tor_resolve.exe too X-Git-Tag: tor-0.0.9pre6~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd6989265d35581405ad7bdf0ea970d270ad75d1;p=thirdparty%2Ftor.git Uninstaller should remove tor_resolve.exe too svn:r2867 --- 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"