<?xml version="1.0" encoding="UTF-8"?>
<installer-script authoringTool="Packages" authoringToolVersion="1.1.3" authoringToolBuild="2B112" minSpecVersion="1.0">
    <options rootVolumeOnly="true" customize="never"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
    </choices-outline>
    <choice id="installer_choice_1" title="kOSMacSS" description="">
        <pkg-ref id="com.KesslerCrane.pkg.kOSMacSS"/>
    </choice>
    <choice id="installer_choice_2" title="FTDIDriver" description="">
        <pkg-ref id="com.kesslercrane.pkg.FTDIDriver"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.kesslercrane.pkg.FTDIDriver" version="1.0" auth="Root" installKBytes="530">#FTDIDriver.pkg</pkg-ref>
    <pkg-ref id="com.KesslerCrane.pkg.kOSMacSS" version="1.0" auth="Root" installKBytes="17215">#kOSMacSS.pkg</pkg-ref>
    <!--+==========================+
        |    JavaScript Scripts    |
        +==========================+-->
</installer-script>