changeset be7de0f41573 in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=be7de0f41573
description:
Add icon in add/remove programs list on Windows
issue9195
review289601002
diffstat:
setup.nsi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r a4a2faad5941 -r be7de0f41573 setup.nsi
--- a/setup.nsi Wed Apr 01 23:58:49 2020 +0200
+++ b/setup.nsi Thu Apr 02 09:56:58 2020 +0200
@@ -132,6 +132,7 @@
;Write the uninstall keys for Windows
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\tryton-${BITS}-${SERIES}"
"DisplayName" "Tryton ${BITS} ${VERSION} (remove only)"
+ WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\tryton-${BITS}-${SERIES}"
"DisplayIcon" "$INSTDIR\tryton.exe,1"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\tryton-${BITS}-${SERIES}"
"UninstallString" "$INSTDIR\uninstall.exe"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\tryton-${BITS}-${SERIES}"
"InstallLocation" "$INSTDIR"