From c9a46be7a81e55a9e6e79ac5e97614f3a0a92be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 24 Aug 2023 09:08:03 +0200 Subject: [PATCH] Added missing quiet uninstaller entry --- pkg/windows/gpxsee64.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/windows/gpxsee64.nsi b/pkg/windows/gpxsee64.nsi index 2cbb7a41..cf9c4ff0 100644 --- a/pkg/windows/gpxsee64.nsi +++ b/pkg/windows/gpxsee64.nsi @@ -142,6 +142,7 @@ Section "GPXSee" SEC_APP WriteRegStr HKLM "${REGENTRY}" "Publisher" "Martin Tůma" WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "${VERSION}" WriteRegStr HKLM "${REGENTRY}" "UninstallString" '"$INSTDIR\uninstall.exe"' + WriteRegStr HKLM "${REGENTRY}" "QuietUninstallString" "$\"$INSTDIR\uninstall.exe$\" /S" WriteRegStr HKLM "${REGENTRY}" "DisplayIcon" '"$INSTDIR\gpxsee.exe"' WriteRegStr HKLM "${REGENTRY}" "InstallLocation" '"$INSTDIR"' WriteRegStr HKLM "${REGENTRY}" "URLInfoAbout" "https://www.gpxsee.org"