From 17864f83e778101f82a22784b98b17e58b4a919d Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Tue, 11 Mar 2025 21:44:36 -0700 Subject: [PATCH] Modify NSIS template to remove the version number --- CMake/Modules/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/Modules/NSIS.template.in b/CMake/Modules/NSIS.template.in index f92223a516..bb4375e13e 100644 --- a/CMake/Modules/NSIS.template.in +++ b/CMake/Modules/NSIS.template.in @@ -943,7 +943,7 @@ Function .onInit StrCmp $0 "" inst MessageBox MB_YESNOCANCEL|MB_ICONEXCLAMATION \ - "@CPACK_NSIS_PACKAGE_NAME@ is already installed. $\n$\nDo you want to uninstall the old version before installing the new one?" \ + "@CPACK_PACKAGE_NAME@ is already installed. $\n$\nDo you want to uninstall the existing version before installing this one?" \ /SD IDYES IDYES uninst IDNO inst Abort