[host] Windows: fix uninstaller product name

This commit is contained in:
Geoffrey McRae
2020-08-12 22:03:10 +10:00
parent 15d1a74291
commit 4e1f947a09
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ Section "-Install" Section1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)" \
"EstimatedSize" "$0"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)" \
"DisplayName" "Looking Glass"
"DisplayName" "Looking Glass (host)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)" \
"UninstallString" "$\"$INSTDIR\uninstaller.exe$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)" \