From 106d4c6e0bea5a173523922075c2be09bdfafdfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 1 Apr 2017 18:02:34 +0200 Subject: [PATCH] Installer polishing --- pkg/gpxsee64.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 160322da..3875c087 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -22,7 +22,7 @@ VIAddVersionKey "ProductVersion" ${VERSION} VIAddVersionKey "FileVersion" "${VERSION}.0.0" VIAddVersionKey "ProductName" "GPXSee" VIAddVersionKey "LegalCopyright" "GPXSee project" -VIAddVersionKey "FileDescription" "GPXSee installer (64b)" +VIAddVersionKey "FileDescription" "GPXSee installer (x64)" ; Registry key to check for directory (so if you install again, it will ; overwrite the old one automatically) @@ -106,7 +106,7 @@ Section "GPXSee" SEC_APP WriteRegStr HKLM SOFTWARE\GPXSee "Install_Dir" "$INSTDIR" ; Write the uninstall keys for Windows - WriteRegStr HKLM "${REGENTRY}" "DisplayName" "GPXSee" + WriteRegStr HKLM "${REGENTRY}" "DisplayName" "GPXSee (x64)" WriteRegStr HKLM "${REGENTRY}" "Publisher" "Martin Tuma" WriteRegStr HKLM "${REGENTRY}" "DisplayVersion" "${VERSION}" WriteRegStr HKLM "${REGENTRY}" "UninstallString" '"$INSTDIR\uninstall.exe"'