mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed to remove Quicklaunch Shotcut too when will uninstall
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@291 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
09803ff16c
commit
c807fcb8bd
@ -169,8 +169,11 @@ Section "Uninstall"
|
||||
; Remove shortcuts, if any
|
||||
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
||||
|
||||
; Remove desktop icon
|
||||
; Remove desktop shortcut
|
||||
Delete "$DESKTOP\${APPNAME}.lnk"
|
||||
|
||||
; Remove Quicklaunch shortcut
|
||||
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
|
||||
|
||||
; Remove directories used
|
||||
RMDir "$SMPROGRAMS\${APPNAME}"
|
||||
|
Loading…
Reference in New Issue
Block a user