[mapguide-commits] r7312 - branches/2.5/Installer/Installers/MapGuide

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 15 00:32:08 PST 2013


Author: jng
Date: 2013-01-15 00:32:07 -0800 (Tue, 15 Jan 2013)
New Revision: 7312

Modified:
   branches/2.5/Installer/Installers/MapGuide/MapGuide.wxs
Log:
Installer version updates

Modified: branches/2.5/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- branches/2.5/Installer/Installers/MapGuide/MapGuide.wxs	2013-01-13 13:01:56 UTC (rev 7311)
+++ branches/2.5/Installer/Installers/MapGuide/MapGuide.wxs	2013-01-15 08:32:07 UTC (rev 7312)
@@ -48,8 +48,8 @@
         <Property Id="APACHE_PORT" Secure="yes" Value="8008" />
         <Property Id="APACHE_VERSION" Secure="yes" Value="2.2.21" />
         <Property Id="PHP_VERSION" Secure="yes" Value="5.3.8" />
-        <Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="2.4" />
-        <Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide24AppPool">
+        <Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="2.5" />
+        <Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide25AppPool">
             <RegistrySearch
             Id="MgAppPoolNameRs"
             Type="raw"
@@ -63,12 +63,12 @@
         <Property Id="MG_CLIENT_PORT" Secure="yes" Value="2811" />
         <Property Id="MG_SITE_PORT" Secure="yes" Value="2812" />
         <!-- Used by FdoRegUtil.exe -->
-        <Property Id="FDO_VERSION_SMALL" Secure="yes" Value="3.7" />
-        <Property Id="FDO_VERSION" Secure="yes" Value="3.7.0.0" />
+        <Property Id="FDO_VERSION_SMALL" Secure="yes" Value="3.8" />
+        <Property Id="FDO_VERSION" Secure="yes" Value="3.8.0.0" />
         <!-- IIS vars -->
         <Property Id="ASPNETVERSION" Value="v4.0" />
-        <Property Id="PHP_FCGI_HANDLER_NAME" Value="MapGuide_2.4_PHP_via_FastCGI" />
-        <Property Id="MAPAGENT_ISAPI_NAME" Value="MapGuide 2.4 MapAgent ISAPI handler" />
+        <Property Id="PHP_FCGI_HANDLER_NAME" Value="MapGuide_2.5_PHP_via_FastCGI" />
+        <Property Id="MAPAGENT_ISAPI_NAME" Value="MapGuide 2.5 MapAgent ISAPI handler" />
 
         <!-- 
         These are currently static, though there is opportunity in the future for these



More information about the mapguide-commits mailing list