[mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
Hi I am about to port out WebGIS to MapGuide 3.0, and I am trying to install on my Windows 10 (64bit) machine. In the installation options I am stuck at the "IIS Configuration Settings" window. I choose .Net but when I click the Next button, nothing happens. What am I doing wrong? I have installed

Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Jackie Ng
You'll have to 7-zip extract the exe installer and msiexec the internal msi with full debug/verbose logging for more information. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-IIS-Configuration-Settings-tp5287047p5287059.html Sent

Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
I tried to InstantSetup bundle. That works more or less, until I try to create a new FeatureSource, Map, Layer or anything else in Maestro. I get the following error (ISAPI seems to be installed correctly in IIS by the InstantSetup): System.Exception: The remote server returned an error: (559) MgF

Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Jackie Ng
It sounds like a permission issue on the configured temp dir in webconfig.ini. It probably doesn't exist and file system permissions are preventing that directory from being created. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-3-0-installer-stuck-at-I

Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
The www\Temp folder were missing. I crated it, but get a new error. I guess there are stille some folders or something missing from the InstantSetup ZIP file. I will double check all folders from the serverconfig.ini and webconfig.ini files. The new error is: System.Exception: The remote server r

Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Hans Milling
Both MapGuide server and website runs as Network Service. I went over alle folders in serverconfig.ini, webconfig.ini and php.ini and made sure that there is read+write permission for the network servervice to these folders (and sub folders). Also c:\windows\temp has read/write permission to Networ

Re: [mapguide-users] MapGuide 3.0 installer stuck at "IIS Configuration Settings"

2016-09-21 Thread Jackie Ng
Addressing the original issue: It's the IIS version check. Since IIS on Windows 10 is v10, its version string is "10", which fails the IISVERSIONMAJOR >= "#7" launch condition to proceed to the next screen. This probably slipped under may radar as the last time I tested this was against Windows 10

Re: [mapguide-users] change layer definition runtime

2016-09-21 Thread makoychan
Thanks, found it and made it work. Also, sorry for asking this here cause i know ive already posted this on a new thread. Do you happen to know how to refresh the jxpanel? because it seems that when i replaces all the layers via the .net api's, the jxpanels doesnt work anymore with the changed ma