[mapguide-commits] r4990 - in trunk/Installer: Installers/MapGuide Libraries/MapGuide Web Extensions

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Jul 5 00:10:09 EDT 2010


Author: jng
Date: 2010-07-05 04:10:09 +0000 (Mon, 05 Jul 2010)
New Revision: 4990

Modified:
   trunk/Installer/Installers/MapGuide/MapGuide.wxs
   trunk/Installer/Libraries/MapGuide Web Extensions/Apache.wxs
Log:
Fix #1391: Add Apache start custom action, which executes after service installation.

Modified: trunk/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- trunk/Installer/Installers/MapGuide/MapGuide.wxs	2010-07-02 11:21:46 UTC (rev 4989)
+++ trunk/Installer/Installers/MapGuide/MapGuide.wxs	2010-07-05 04:10:09 UTC (rev 4990)
@@ -741,6 +741,9 @@
                 Action="InstallApacheServiceCA"
                 Before="InstallFinalize">MGWEB_CONFIG=&quot;APACHE&quot; AND &amp;WebExtApacheFeature&gt;2</Custom>
             <Custom
+                Action="StartApacheServiceCA"
+                After="InstallApacheServiceCA">MGWEB_CONFIG=&quot;APACHE&quot; AND &amp;WebExtApacheFeature&gt;2</Custom>
+            <Custom
                 Action="MgServerInstallCA"
                 Before="InstallFinalize">&amp;ServerFeature&gt;2</Custom>
             <Custom

Modified: trunk/Installer/Libraries/MapGuide Web Extensions/Apache.wxs
===================================================================
--- trunk/Installer/Libraries/MapGuide Web Extensions/Apache.wxs	2010-07-02 11:21:46 UTC (rev 4989)
+++ trunk/Installer/Libraries/MapGuide Web Extensions/Apache.wxs	2010-07-05 04:10:09 UTC (rev 4990)
@@ -8,5 +8,6 @@
         <CustomAction Id="UpdatePhpIni" Return="check" BinaryKey="ApacheActions" Execute="deferred" DllEntry="UpdatePhpIni" />
         <CustomAction Id="RemoveApacheServiceCA" Execute="immediate" Return="ignore" FileKey="file_APACHEFILES_18" ExeCommand="-k uninstall -n &quot;ApacheMapGuide[MG_VERSION_MAJOR_MINOR]&quot;" />
         <CustomAction Id="InstallApacheServiceCA" Execute="deferred" Return="ignore" FileKey="file_APACHEFILES_18" ExeCommand="-k install -n &quot;ApacheMapGuide[MG_VERSION_MAJOR_MINOR]&quot;" />
+        <CustomAction Id="StartApacheServiceCA" Execute="deferred" Return="ignore" FileKey="file_APACHEFILES_18" ExeCommand="-k start -n &quot;ApacheMapGuide[MG_VERSION_MAJOR_MINOR]&quot;" />
 	</Fragment>
 </Wix>
\ No newline at end of file



More information about the mapguide-commits mailing list