[mapguide-commits] r8882 - sandbox/jng/rfc155_installer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 14 09:32:56 PDT 2016


Author: jng
Date: 2016-03-14 09:32:56 -0700 (Mon, 14 Mar 2016)
New Revision: 8882

Modified:
   sandbox/jng/rfc155_installer/build.bat
Log:
Copy the MSVC 2015 redist installer to staging area

Modified: sandbox/jng/rfc155_installer/build.bat
===================================================================
--- sandbox/jng/rfc155_installer/build.bat	2016-03-14 16:32:12 UTC (rev 8881)
+++ sandbox/jng/rfc155_installer/build.bat	2016-03-14 16:32:56 UTC (rev 8882)
@@ -321,6 +321,7 @@
 pushd "%INSTALLER_DEV_BOOTSTRAP%"
 echo [bootstrap]: Copying vcredist
 copy /Y vcredist_2012_%PLATFORM_CLR%.exe "%INSTALLER_OUTPUT%\vcredist_2012_%PLATFORM_CLR%.exe"
+copy /Y vc_redist.%PLATFORM_CLR%.exe "%INSTALLER_OUTPUT%\vc_redist.%PLATFORM_CLR%.exe"
 popd
 if "%errorlevel%"=="1" goto error
 if "%MAX_COMPRESSION%"=="YES" goto build_max_compress



More information about the mapguide-commits mailing list