[mapguide-commits] r8096 - trunk/Installer

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


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

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

Modified: trunk/Installer/build.bat
===================================================================
--- trunk/Installer/build.bat	2014-05-01 02:08:28 UTC (rev 8095)
+++ trunk/Installer/build.bat	2014-05-01 02:08:45 UTC (rev 8096)
@@ -320,14 +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
-goto quit
+if "%MAX_COMPRESSION%"=="YES" goto build_max_compress
+goto build_min_compress
 
 :build_min_compress
 pushd "%INSTALLER_DEV_BOOTSTRAP%"



More information about the mapguide-commits mailing list