<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
    <title>MathType 7.4.1</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  if(!(/* &gt;= */ system.compareVersions(system.version.ProductVersion, '10.7') &gt;= 0)) {
    my.result.title = 'Wrong MathType Installer for this Mac OS X Version';
    my.result.message = 'Please download an installer compatible with your Mac at http://www.wiris.com/mathtype. Your MathType 7.4.1 product key, if you have one, will also work with that installer.';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <background file="background" alignment="bottomleft" scaling="none"/>
    <welcome file="Welcome"/>
    <license file="License"/>
    <choices-outline>
        <line choice="choice84"/>
    </choices-outline>
    <choice id="choice84" title="MathType">
        <pkg-ref id="com.dessci.mathtype70.MathType.pkg"/>
    </choice>
    <pkg-ref id="com.dessci.mathtype70.MathType.pkg" installKBytes="112496" version="1.0" auth="Root">#mathtype.pkg</pkg-ref>
</installer-script>