[Mapguide-trac] [mapguide-trac] #2742: Installer: Cannot proceed from IIS Configuration Settings screen on Windows 10

MapGuide Open Source trac_mapguide at osgeo.org
Wed Sep 21 07:22:46 PDT 2016


#2742: Installer: Cannot proceed from IIS Configuration Settings screen on Windows
10
-------------------------+-----------------
   Reporter:  jng        |      Owner:  jng
       Type:  defect     |     Status:  new
   Priority:  low        |  Milestone:
  Component:  Installer  |    Version:
   Severity:  trivial    |   Keywords:
External ID:             |
-------------------------+-----------------
 The issue is that the launch condition for the next dialog is

 {{{
 MGWEB_CONFIG="IIS" AND IISVERSIONMAJOR >= "#7"
 }}}

 On Windows 10, IIS 10 is bundled and reports an IISVERSIONMAJOR of
 {{{#10}}}

 As this is a string, it fails the {{{>=}}} comparison check, so one cannot
 proceed.

 Since the versions of Windows we target and support already have a version
 of IIS 7 or higher, we can remove the check.

--
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2742>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list