[mapguide-commits] r6755 - trunk/Installer/Installers/MapGuide
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Jun 13 01:01:47 PDT 2012
Author: jng
Date: 2012-06-13 01:01:46 -0700 (Wed, 13 Jun 2012)
New Revision: 6755
Modified:
trunk/Installer/Installers/MapGuide/MapGuide.wxs
Log:
Sorry, can't chain MSI variables (damn!)
Modified: trunk/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- trunk/Installer/Installers/MapGuide/MapGuide.wxs 2012-06-12 10:04:45 UTC (rev 6754)
+++ trunk/Installer/Installers/MapGuide/MapGuide.wxs 2012-06-13 08:01:46 UTC (rev 6755)
@@ -67,8 +67,8 @@
<Property Id="FDO_VERSION" Secure="yes" Value="3.7.0.0" />
<!-- IIS vars -->
<Property Id="ASPNETVERSION" Value="v4.0" />
- <Property Id="PHP_FCGI_HANDLER_NAME" Value="MapGuide_[MG_VERSION_MAJOR_MINOR]_PHP_via_FastCGI" />
- <Property Id="MAPAGENT_ISAPI_NAME" Value="MapGuide [MG_VERSION_MAJOR_MINOR] MapAgent ISAPI handler" />
+ <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" />
<!--
These are currently static, though there is opportunity in the future for these
More information about the mapguide-commits
mailing list