[mapguide-commits] r8095 - branches/2.6/Installer

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 30 19:08:28 PDT 2014


Author: jng
Date: 2014-04-30 19:08:28 -0700 (Wed, 30 Apr 2014)
New Revision: 8095

Modified:
   branches/2.6/Installer/build.bat
Log:
Undo testing modifications on installer build script

Modified: branches/2.6/Installer/build.bat
===================================================================
--- branches/2.6/Installer/build.bat	2014-04-30 16:31:04 UTC (rev 8094)
+++ branches/2.6/Installer/build.bat	2014-05-01 02:08:28 UTC (rev 8095)
@@ -320,13 +320,11 @@
 if "%errorlevel%"=="1" goto error
 pushd "%INSTALLER_DEV_BOOTSTRAP%"
 echo [bootstrap]: Copying vcredist
-copy /Y vcredist_2008_%PLATFORM_CLR%.exe "%INSTALLER_OUTPUT%\vcredist_2008_%PLATFORM_CLR%.exe"
-copy /Y vcredist_2010_%PLATFORM_CLR%.exe "%INSTALLER_OUTPUT%\vcredist_2010_%PLATFORM_CLR%.exe"
 copy /Y vcredist_2012_%PLATFORM_CLR%.exe "%INSTALLER_OUTPUT%\vcredist_2012_%PLATFORM_CLR%.exe"
 popd
 if "%errorlevel%"=="1" goto error
-rem if "%MAX_COMPRESSION%"=="YES" goto build_max_compress
-rem goto build_min_compress
+if "%MAX_COMPRESSION%"=="YES" goto build_max_compress
+goto build_min_compress
 goto quit
 
 :build_min_compress



More information about the mapguide-commits mailing list