[mapguide-commits] r6487 - trunk/Installer/Libraries/MapGuide Web
Extensions
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Tue Feb 7 11:09:08 EST 2012
Author: jng
Date: 2012-02-07 08:09:07 -0800 (Tue, 07 Feb 2012)
New Revision: 6487
Modified:
trunk/Installer/Libraries/MapGuide Web Extensions/IIS7.wxs
Log:
#1616: Add the "Invoke request if mapped to file" setting for the PHP script mapping command in the wix installer
Modified: trunk/Installer/Libraries/MapGuide Web Extensions/IIS7.wxs
===================================================================
--- trunk/Installer/Libraries/MapGuide Web Extensions/IIS7.wxs 2012-02-07 16:07:45 UTC (rev 6486)
+++ trunk/Installer/Libraries/MapGuide Web Extensions/IIS7.wxs 2012-02-07 16:09:07 UTC (rev 6487)
@@ -42,7 +42,7 @@
<!-- Set up the PHP script mapping to FastCGI -->
<CustomAction Id="MapGuideIIS7_I_CreatePhpScriptMapping_Cmd" Property="MapGuideIIS7_I_CreatePhpScriptMapping" Execute="immediate"
- Value="[AppCmd] set config "[MG_WEBSITE]/[VIRTUALDIR]" /section:handlers /+[\[]name='"PHP_via_FastCGI"',path='*.php',verb='*',scriptProcessor='"[PHPLOCATION]php-cgi.exe"',modules='FastCgiModule',resourceType='Unspecified'[\]]" />
+ Value="[AppCmd] set config "[MG_WEBSITE]/[VIRTUALDIR]" /section:handlers /+[\[]name='"PHP_via_FastCGI"',path='*.php',verb='*',scriptProcessor='"[PHPLOCATION]php-cgi.exe"',modules='FastCgiModule',resourceType='File',requireAccess='Script'[\]]" />
<CustomAction Id="MapGuideIIS7_I_CreatePhpScriptMapping" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="ignore" Impersonate="no"/>
<!-- Create the MapAgent application -->
More information about the mapguide-commits
mailing list