mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
added delete autostart functionality when uninstall RetroShare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1287 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
39319f8345
commit
8981fba0f5
1 changed files with 3 additions and 0 deletions
|
@ -300,6 +300,9 @@ Section "Uninstall"
|
||||||
; Remove Quicklaunch shortcut
|
; Remove Quicklaunch shortcut
|
||||||
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
|
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
|
||||||
|
|
||||||
|
; Remove Autstart
|
||||||
|
Delete "$SMSTARTUP\${APPNAME}.lnk"
|
||||||
|
|
||||||
; Remove directories used
|
; Remove directories used
|
||||||
RMDir "$SMPROGRAMS\${APPNAME}"
|
RMDir "$SMPROGRAMS\${APPNAME}"
|
||||||
RMDir /r "$INSTDIR"
|
RMDir /r "$INSTDIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue