Modify NSIS template to remove the version number

This commit is contained in:
teejusb
2025-03-11 21:44:36 -07:00
parent 9787e01acf
commit 17864f83e7
+1 -1
View File
@@ -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