[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8651: Remove the Application Data\Tor directory on un-install in W (tor/trunk/contrib)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8651: Remove the Application Data\Tor directory on un-install in W (tor/trunk/contrib)
- From: phobos@xxxxxxxx
- Date: Sun, 8 Oct 2006 14:50:53 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 08 Oct 2006 14:51:00 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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