[mapguide-commits] r5091 - trunk/Installer/Libraries/MapGuide Web
Extensions
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Sat Aug 21 05:04:08 EDT 2010
Author: jng
Date: 2010-08-21 09:04:08 +0000 (Sat, 21 Aug 2010)
New Revision: 5091
Modified:
trunk/Installer/Libraries/MapGuide Web Extensions/IIS.wxs
Log:
Add a little reminder note. Of course if there was a tool to generate wix file lists that included a set of specially named identifiers for certain files, we wouldn't have to deal with this mess!
Modified: trunk/Installer/Libraries/MapGuide Web Extensions/IIS.wxs
===================================================================
--- trunk/Installer/Libraries/MapGuide Web Extensions/IIS.wxs 2010-08-16 01:52:44 UTC (rev 5090)
+++ trunk/Installer/Libraries/MapGuide Web Extensions/IIS.wxs 2010-08-21 09:04:08 UTC (rev 5091)
@@ -49,6 +49,10 @@
<Feature Id="IISSetupFeature" Level="1" Display="hidden" >
<!-- IIS5 Base component -->
+ <!--
+ NOTE: Always check the file offsets whenever PHP is updated and/or the mapagent is updated, because we may be creating script
+ maps to files that have moved up or down, and thus the offset is no longer valid
+ -->
<Component Id="IIS5BaseMapGuideComponent" Win64="$(var.Win64)" Guid="4174B322-8449-4299-813F-E2B1FCB4ECB4" Directory="WEBEXTENSIONSLOCATION">
<Condition>MGWEB_CONFIG="IIS" AND IISVERSIONMAJOR="#5"</Condition>
<CreateFolder />
@@ -103,6 +107,10 @@
</Component>
<!-- IIS6 Base component -->
+ <!--
+ NOTE: Always check the file offsets whenever PHP is updated and/or the mapagent is updated, because we may be creating script
+ maps to files that have moved up or down, and thus the offset is no longer valid
+ -->
<Component Id="IIS6BaseMapGuideComponent" Win64="$(var.Win64)" Guid="BC77760D-55D5-4111-BC1D-50CEC0482D60" Directory="WEBEXTENSIONSLOCATION">
<Condition>MGWEB_CONFIG="IIS" AND IISVERSIONMAJOR="#6"</Condition>
<CreateFolder />
More information about the mapguide-commits
mailing list