Remove the Application Data\Tor directory on un-install in Windows.

svn:r8651
This commit is contained in:
Andrew Lewman 2006-10-08 18:50:52 +00:00
parent 5227531744
commit f6989da181

View File

@ -188,6 +188,7 @@ Section "Uninstall"
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