mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Windows: Uninstall start menu entries
This commit is contained in:
parent
05c9ae9390
commit
a255d13b54
|
@ -1 +0,0 @@
|
|||
2
|
|
@ -338,12 +338,15 @@ Section Uninstall
|
|||
Delete "$INSTDIR\${UninstLog}"
|
||||
noLog:
|
||||
Delete /REBOOTOK "$INSTDIR\uninstall.exe"
|
||||
RMDir /r /REBOOTOK $INSTDIR\bin"
|
||||
RMDir /r /REBOOTOK "$INSTDIR\bin"
|
||||
RMDir /REBOOTOK "$INSTDIR"
|
||||
Pop $R2
|
||||
Pop $R1
|
||||
Pop $R0
|
||||
|
||||
;Remove start menu entries
|
||||
RMDir /r /REBOOTOK "$SMPROGRAMS\qTox"
|
||||
|
||||
;Remove registry keys
|
||||
DeleteRegKey ${REG_ROOT} "${REG_APP_PATH}"
|
||||
DeleteRegKey ${REG_ROOT} "${UNINSTALL_PATH}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user