[or-cvs] r8651: Remove the Application Data\Tor directory on un-install in W (tor/trunk/contrib)

phobos at seul.org phobos at seul.org
Sun Oct 8 18:50:53 UTC 2006


Author: phobos
Date: 2006-10-08 14:50:52 -0400 (Sun, 08 Oct 2006)
New Revision: 8651

Modified:
   tor/trunk/contrib/tor-mingw.nsi.in
Log:
Remove the Application Data\Tor directory on un-install in Windows.



Modified: tor/trunk/contrib/tor-mingw.nsi.in
===================================================================
--- tor/trunk/contrib/tor-mingw.nsi.in	2006-10-08 18:44:02 UTC (rev 8650)
+++ tor/trunk/contrib/tor-mingw.nsi.in	2006-10-08 18:50:52 UTC (rev 8651)
@@ -188,6 +188,7 @@
    RMDir /r "$INSTDIR\Documents"
    RMDir $INSTDIR
    RMDir /r "$SMPROGRAMS\Tor"
+   RMDir /r "$APPDATA\Tor"
    Delete "$SMSTARTUP\Tor.lnk"
    DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tor"
 SectionEnd



More information about the tor-commits mailing list