mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 07:37:54 +02:00
remove the add/remove icon during uninstall
This commit is contained in:
parent
0533438b8f
commit
124e0fb61f
1 changed files with 3 additions and 0 deletions
|
@ -1109,6 +1109,9 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\AddRemove.exe"
|
||||
!endif
|
||||
|
||||
;Remove the Add/Remove icon
|
||||
Delete "$INSTDIR\@CPACK_NSIS_INSTALLED_ICON_NAME@"
|
||||
|
||||
;Remove the uninstaller itself.
|
||||
Delete "$INSTDIR\@UNINSTALLER_NAME@"
|
||||
DeleteRegKey SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@"
|
||||
|
|
Loading…
Reference in a new issue