Skip to content

Commit d99a27f

Browse files
authoredMay 9, 2018
Merge pull request #6958 from agauvrit-tis/patch-1
[FEATURE] Add DisplayVersion value in Uninstallkey
2 parents d06043f + 9e7e927 commit d99a27f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ms-windows/QGIS-Installer.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ Section "QGIS" SecQGIS
347347
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" "HelpLink" "${WIKI_PAGE}"
348348
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" "URLInfoAbout" "${WEB_SITE}"
349349
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" "Publisher" "${PUBLISHER}"
350+
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" "DisplayVersion" "${VERSION_NUMBER}"
350351

351352
;Create the Desktop Shortcut
352353
SetShellVarContext current

0 commit comments

Comments
 (0)
Please sign in to comment.