mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 00:49:41 -05: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
@ -299,6 +299,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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user