From 4e1f947a0984f2538f82413a40b5a048abbef2ad Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 12 Aug 2020 22:03:10 +1000 Subject: [PATCH] [host] Windows: fix uninstaller product name --- VERSION | 2 +- host/platform/Windows/installer.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fd71e328..7b2ce946 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B2-rc3-30-g7dba6b9b08+1 \ No newline at end of file +B2-rc3-31-g15d1a74291+1 \ No newline at end of file diff --git a/host/platform/Windows/installer.nsi b/host/platform/Windows/installer.nsi index 63829796..1089022e 100644 --- a/host/platform/Windows/installer.nsi +++ b/host/platform/Windows/installer.nsi @@ -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)" \