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