== !MapGuide Maestro downloads == From this page you may download [wiki:maestro MapGuide Maestro]. == Windows (Current release) == On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it. * '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%201.0.8.msi Installer (recommended)]''' * [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%201.0.8.zip Binaries] The installer will create a shorcut in your start menu. If you choose the binaries, simply double click on Maestro.exe. ''If you get errors after upgrading, try uninstalling and deleting the folder "C:\Program files\HexaD\!MapGuide Maestro". Then re-install.'' == Linux / Mac OS (Current release) == For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. Once Mono is installed, please download the binaries: * [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%201.0.8.zip Binaries] The installation is simply unzipping the file: {{{ unzip "MapGuide Maestro 1.0.8.zip" mv Release Maestro }}} Then run the application: {{{ cd Maestro mono Maestro.exe }}} If you are missing either Mono or the winforms package, the following command installs it for Ubuntu: {{{ sudo apt-get install mono libmono-winforms2.0-cil }}} For other distros, please consult you system documentation. '''Please note that Mono support for !WinForms is not 100% stable'''. Even though !WinForms is feature complete, some features do not work flawlessly. This means that there are occasional drawing problems. Flipping a tab page back and forth usually solves the problem. Some buttons are missing, because Mono renders them outside the visible area. == Preview releases == This releases may not be functional. It might not be translated completely. It is here to showcase new features or to get feedback on particular issues. Most users do not want to download these files. If you use the installer, you must uninstall a previous version first. If you use the binaries, DO NOT overwrite your current installation, as the next release will not replace your files, and thus not work. Uninstall will even leave the files there. * [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%20r3300.msi Installer r3300] * [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%20r3300.zip Binaries r3300] The number indicates what revision of the source code the items were built with. The [http://trac.osgeo.org/mapguide/log/trunk/Tools/Maestro?verbose=on Revision log] explains what changes are contained in the code. r3300 has the following fixes and additions to 1.0.8: * Fixed a bug if the username is "Administrator" and the password is "admin", the OK button would be disabled * Fixed a bug with building Gdal composite data config files * Fixed a folder case problem (bug on Linux only) * Added a menu to create and restore packages (MGP files) directly from Maestro * Added a menu to edit packages * Fixed an issue with character encoding of featuresources on layers * Support for metadata for WMS and WFS * Support for Security settings on folders and resources * Adding a new layer or scalerange auto inserts default styles * Fixed many small problems with labels * Added a menu to show the details of the last exception, for easy debug reporting == Previous releases == Previous releases can be found here: [http://download.osgeo.org/mapguide/maestro/ Maestro files].