mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05: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,9 +169,12 @@ Section "Uninstall"
|
|||||||
; Remove shortcuts, if any
|
; Remove shortcuts, if any
|
||||||
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
Delete "$SMPROGRAMS\${APPNAME}\*.*"
|
||||||
|
|
||||||
; Remove desktop icon
|
; Remove desktop shortcut
|
||||||
Delete "$DESKTOP\${APPNAME}.lnk"
|
Delete "$DESKTOP\${APPNAME}.lnk"
|
||||||
|
|
||||||
|
; Remove Quicklaunch shortcut
|
||||||
|
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
|
||||||
|
|
||||||
; Remove directories used
|
; Remove directories used
|
||||||
RMDir "$SMPROGRAMS\${APPNAME}"
|
RMDir "$SMPROGRAMS\${APPNAME}"
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user