<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
    <title>MxEasy</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>
    <installation-check script="pm_install_check();"/>
    <volume-check script="pm_volume_check();"/>
    <script>function pm_volume_check() {
  if(!(my.target.availableKilobytes >= 200 * 1024 * 1024)) {
    my.result.title = 'Failure';
    my.result.message = 'At least 200 Megabytes of free disk space are required to run MxEasy properly!';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}


function pm_install_check() {
  if(!(/* >= */ system.compareVersions(system.version.ProductVersion, '10.6.0') >= 0)) {
    my.result.title = 'OS Version 10.6';
    my.result.message = 'At least OS Version 10.6 is required to run MxEasy properly!';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <background file="background" alignment="topleft" scaling="none"/>
    <welcome language="de" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 Diese Anwendung f\'fchrt Sie durch alle Schritte, die zur Installation von MxEasy im Ordner "Programme" notwendig sind.}]]></welcome>
    <welcome language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 You will be guided through the steps necessary to install the application MxEasy to your program folder.}]]></welcome>
    <welcome language="fr" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf390
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
\deftab720
\pard\pardeftab720

\f0\fs24 \cf0 Ce logiciel vous aidera avec l'installation de MxEasy dans votre dossier des applications.}]]></welcome>
    <readme file="ReadMe"/>
    <license file="License"/>
    <choices-outline>
        <line choice="choice14"/>
        <line choice="mxeasy"/>
        <line choice="choice8"/>
        <line choice="choice9"/>
        <line choice="choice15"/>
    </choices-outline>
    <choice id="choice14" title="MxEasy Preflight" start_visible="false">
        <pkg-ref id="com.mobotix.mxeasy.preflight.pkg"/>
    </choice>
    <choice id="mxeasy" title="MxEasy 1.6.1" start_visible="false">
        <pkg-ref id="com.mobotix.mxeasy.MxEasy.pkg"/>
        <pkg-ref id="com.mobotix.mxeasy.Manual.pkg"/>
        <pkg-ref id="com.mobotix.mxeasy.Handbuch.pkg"/>
    </choice>
    <choice id="choice8" title="MxEasy Preflight" start_visible="false"/>
    <choice id="choice9" title="MxEasy Postflight" start_visible="false"/>
    <choice id="choice15" title="MxEasy Postflight" start_visible="false">
        <pkg-ref id="com.mobotix.mxeasy.postflight.pkg"/>
    </choice>
    <pkg-ref id="com.mobotix.mxeasy.preflight.pkg" installKBytes="0" version="1.0" auth="Root">#mxeasyPreflight.pkg</pkg-ref>
    <pkg-ref id="com.mobotix.mxeasy.MxEasy.pkg" installKBytes="165412" version="1.6.1" auth="Root">#mxeasy.pkg</pkg-ref>
    <pkg-ref id="com.mobotix.mxeasy.Manual.pkg" installKBytes="8868" version="1.6" auth="Root">#manual.pkg</pkg-ref>
    <pkg-ref id="com.mobotix.mxeasy.Handbuch.pkg" installKBytes="8536" version="1.6" auth="Root">#handbuch.pkg</pkg-ref>
    <pkg-ref id="com.mobotix.mxeasy.postflight.pkg" installKBytes="0" version="1.0" auth="Root">#mxeasyPostflight.pkg</pkg-ref>
</installer-script>