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:
defnax 2008-01-13 14:51:53 +00:00
parent 09803ff16c
commit c807fcb8bd

View File

@ -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}"