[mapguide-trac] #943: Unable to complete "IIS Configuration" or "Manual Configuration" if IIS is not installed

MapGuide Open Source trac_mapguide at osgeo.org
Tue Apr 7 12:13:24 EDT 2009


#943: Unable to complete "IIS Configuration" or "Manual Configuration" if IIS is
not installed
-----------------------+----------------------------------------------------
 Reporter:  pielera    |         Owner:  jng   
     Type:  defect     |        Status:  closed
 Priority:  high       |     Milestone:  2.1   
Component:  Installer  |       Version:  2.1.0 
 Severity:  trivial    |    Resolution:  fixed 
 Keywords:             |   External_id:        
-----------------------+----------------------------------------------------
Comment (by jbirch):

 I wonder if it would make more sense to modify the !NoDotNet dialog to be
 something like a !MissingPrerequisites dialog, and have two text sections
 (.Net 2.0 not detected, ASP.Net Web Server Extensions will not be
 available; IIS not detected, IIS integration will not be available).

 The condition for this dialog would be something like:

 {{{

 IISVERSIONMAJOR = "#0" OR NOT NETFRAMEWORK20
 }}}

 Then, within the !WebServerConfigDlg have a choice of two controls
 containing !RadioButtonGroups, the first one (giving IIS option)
 containing a condition like:

 {{{

 <Condition Action="show">NOT IISVERSIONMAJOR = "#0"</Condition>
 }}}

 And the second one (not giving IIS option) containing a condition like

 {{{

 <Condition Action="show">IISVERSIONMAJOR = "#0"</Condition>
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/943#comment:5>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list