[Mapguide-trac] [mapguide-trac] #2082: MapGuide 2.4 RC .NET IIS Install on Windows 8 / Windows Server 2012
MapGuide Open Source
trac_mapguide at osgeo.org
Tue Feb 12 04:45:56 PST 2013
#2082: MapGuide 2.4 RC .NET IIS Install on Windows 8 / Windows Server 2012
----------------------------+-----------------------------------------------
Reporter: crispinatime | Owner:
Type: defect | Status: new
Priority: medium | Milestone: 2.5
Component: Installer | Version: 2.4.0
Severity: major | Keywords:
External_id: |
----------------------------+-----------------------------------------------
Comment(by crispinatime):
I think this may be the solution: but I haven't got a full build
environment set-up for MapGuide to test.
Under : mapguide\Installer\Installers\MapGuide
In : MapGuide.wxs
Line : 535
There is an explicit test for IIS v7 before the application pool dialog is
displayed.
<Publish Dialog="FastCgiWarningDlg" Control="Next" Event="NewDialog"
Value="IIS7ConfigDlg" Order="4">MGWEB_CONFIG="IIS" AND
IISVERSIONMAJOR="#7" AND (NOT NETFRAMEWORK40FULL)</Publish>
Further searching for the string: IISVERSIONMAJOR="#7"
shows there is a lot of dependency on IIS7
I am not sure if a find/replace with the line below is OK but it's worth a
go?
(IISVERSIONMAJOR="#7" OR IISVERSIONMAJOR="#8")
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2082#comment:6>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list