mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-02 03:16:18 -05:00
* added to remove when deinstalling RetroShare to delete from APPDATA cache,Partials folder, *.cfg,*.log and *.conf files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@941 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dad779cda4
commit
4b8420a17f
@ -295,7 +295,16 @@ Section "Uninstall"
|
|||||||
; Don't remove the directory, otherwise
|
; Don't remove the directory, otherwise
|
||||||
; we lose the XPGP keys.
|
; we lose the XPGP keys.
|
||||||
; Should make this an option though...
|
; Should make this an option though...
|
||||||
Delete $APPDATA\RetroShare\kadc.ini
|
Delete "$APPDATA\${APPNAME}\kadc.ini"
|
||||||
|
Delete "$APPDATA\${APPNAME}\*.cfg"
|
||||||
|
Delete "$APPDATA\${APPNAME}\*.conf"
|
||||||
|
Delete "$APPDATA\${APPNAME}\*.log-save"
|
||||||
|
Delete "$APPDATA\${APPNAME}\*.log"
|
||||||
|
Delete "$APPDATA\${APPNAME}\*.failed"
|
||||||
|
|
||||||
|
RMDir /r "$APPDATA\${APPNAME}\cache"
|
||||||
|
RMDir /r "$APPDATA\${APPNAME}\Partials"
|
||||||
|
|
||||||
|
|
||||||
; Remove shortcuts, if any
|
; Remove shortcuts, if any
|
||||||
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
||||||
@ -308,10 +317,12 @@ Section "Uninstall"
|
|||||||
|
|
||||||
; Remove directories used
|
; Remove directories used
|
||||||
RMDir "$SMPROGRAMS\${APPNAME}"
|
RMDir "$SMPROGRAMS\${APPNAME}"
|
||||||
RMDir "$INSTDIR"
|
RMDir /r "$INSTDIR"
|
||||||
RMDir "$INSTDIR\mplayer"
|
RMDir /r "$INSTDIR\mplayer"
|
||||||
RMDir "$INSTDIR\smplayer"
|
RMDir /r "$INSTDIR\smplayer"
|
||||||
RMDir "$INSTDIR\qss"
|
RMDir /r "$INSTDIR\qss"
|
||||||
|
RMDir /r "$INSTDIR\emoticons"
|
||||||
|
RMDir /r "$INSTDIR\style"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user