[mapguide-commits] r9998 - trunk/Installer/Bootstrapper

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Oct 27 08:05:26 PDT 2022


Author: jng
Date: 2022-10-27 08:05:25 -0700 (Thu, 27 Oct 2022)
New Revision: 9998

Modified:
   trunk/Installer/Bootstrapper/Setup.nsi
Log:
#2852: Fix vcredist install banner

Modified: trunk/Installer/Bootstrapper/Setup.nsi
===================================================================
--- trunk/Installer/Bootstrapper/Setup.nsi	2022-10-26 15:34:44 UTC (rev 9997)
+++ trunk/Installer/Bootstrapper/Setup.nsi	2022-10-27 15:05:25 UTC (rev 9998)
@@ -52,7 +52,7 @@
 
 BeginInstall:
     ; Install VC 2015/2017/2022 redist. Not going to check here. I think we can trust the vcredist install to not trample over anything
-    Banner::show /NOUNLOAD "Installing Visual C++ 2015 Redistributable"
+    Banner::show /NOUNLOAD "Installing Visual C++ 2015-2022 Redistributable"
     Banner::getWindow /NOUNLOAD
 !if ${CPU} = "x64"
     File /r "${INSTALLER_OUTPUT}\vc_redist.x64.exe"



More information about the mapguide-commits mailing list