[mapguide-commits] r9899 - trunk/Installer/Bootstrapper
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Nov 16 00:21:32 PST 2021
Author: jng
Date: 2021-11-16 00:21:31 -0800 (Tue, 16 Nov 2021)
New Revision: 9899
Modified:
trunk/Installer/Bootstrapper/Setup.nsi
trunk/Installer/Bootstrapper/vc_redist.x64.exe
Log:
#2843: Update vc redist package for installer
Modified: trunk/Installer/Bootstrapper/Setup.nsi
===================================================================
--- trunk/Installer/Bootstrapper/Setup.nsi 2021-11-16 08:15:19 UTC (rev 9898)
+++ trunk/Installer/Bootstrapper/Setup.nsi 2021-11-16 08:21:31 UTC (rev 9899)
@@ -63,7 +63,7 @@
!endif
Banner::destroy
- ; Install VC 2015 redist. Not going to check here. I think we can trust the vcredist install to not trample over anything
+ ; 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::getWindow /NOUNLOAD
!if ${CPU} = "x64"
Modified: trunk/Installer/Bootstrapper/vc_redist.x64.exe
===================================================================
(Binary files differ)
More information about the mapguide-commits
mailing list