Skip to content

Commit

Permalink
Update installer to add DisplayVersion to uninstall registry key
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Mar 18, 2022
1 parent df96d8d commit 25bfcfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NSI/Installer.nsi
Expand Up @@ -92,6 +92,7 @@ Section "" section_install

; Write the uninstall keys for Windows
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Hakchi2 CE" "DisplayName" "Hakchi2 CE"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Hakchi2 CE" "DisplayVersion" "${DisplayVersion}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Hakchi2 CE" "Publisher" "Team Shinkansen"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Hakchi2 CE" "URLInfoAbout" "https://github.com/TeamShinkansen/hakchi2"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Hakchi2 CE" "HelpLink" "https://github.com/TeamShinkansen/hakchi2"
Expand Down

0 comments on commit 25bfcfd

Please sign in to comment.