File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -341,13 +341,13 @@ Section "QGIS" SecQGIS
341341
342342 ; HKEY_LOCAL_MACHINE Uninstall entries
343343 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " DisplayName" " ${DISPLAYED_NAME}"
344+ WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " DisplayVersion" " ${VERSION_NUMBER}"
344345 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " UninstallString" " $INSTALL_DIR\uninstall.exe"
345346 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " DisplayIcon" " $INSTALL_DIR\icons\QGIS.ico"
346347 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " EstimatedSize" 1
347348 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " HelpLink" " ${WIKI_PAGE}"
348349 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " URLInfoAbout" " ${WEB_SITE}"
349350 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " Publisher" " ${PUBLISHER}"
350- WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\${QGIS_BASE}" " DisplayVersion" " ${VERSION_NUMBER}"
351351
352352 ; Create the Desktop Shortcut
353353 SetShellVarContext current
You can’t perform that action at this time.
0 commit comments