mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
remove shortcuts from custom start menu location
This commit is contained in:
parent
c7228ce020
commit
57f9d82efa
1 changed files with 2 additions and 0 deletions
|
@ -897,6 +897,8 @@ Section "Uninstall"
|
|||
; try to fix it.
|
||||
StrCpy $MUI_TEMP "$START_MENU"
|
||||
Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk"
|
||||
Delete "$SMPROGRAMS\$MUI_TEMP\@INTERFACE_SHORTCUT_NAME@.lnk"
|
||||
Delete "$SMPROGRAMS\$MUI_TEMP\@CONSOLE_SHORTCUT_NAME@.lnk"
|
||||
@CPACK_NSIS_DELETE_ICONS_EXTRA@
|
||||
|
||||
;Delete empty start menu parent diretories
|
||||
|
|
Loading…
Reference in a new issue