mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Remove the Application Data\Tor directory on un-install in Windows.
svn:r8651
This commit is contained in:
parent
5227531744
commit
f6989da181
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user