Skip to content

Commit

Permalink
Add DisplayVersion Registry string
Browse files Browse the repository at this point in the history
* Resolves #503
  • Loading branch information
OfficialEsco authored Jun 2, 2022
1 parent 4de0b78 commit 6a8f8f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/portmaster-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ dontUpdate:
; "InstallDate" "" ; TODO
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" \
"DisplayName" "Portmaster"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" \
"DisplayVersion" "${PRODUCT_VERSION}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" \
"UninstallString" "$\"$INSTDIR\portmaster-uninstaller.exe$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Portmaster" \
Expand Down

0 comments on commit 6a8f8f9

Please sign in to comment.