<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.9" authoringToolBuild="603" minSpecVersion="1.0">
    <options customize="always"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <readme file="readme.rtf"/>
    <license file="license.rtf"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
        <line choice="installer_choice_4"/>
    </choices-outline>
    <choice id="installer_choice_1" title="INSTALLER_CHOICE_1_TITLE" description="">
        <pkg-ref id="de.fullbucket.audiounit.pkg.FBVC"/>
    </choice>
    <choice id="installer_choice_2" title="INSTALLER_CHOICE_2_TITLE" description="">
        <pkg-ref id="de.fullbucket.vst.pkg.FBVC"/>
    </choice>
    <choice id="installer_choice_3" title="FBVC VST3" description="">
        <pkg-ref id="de.fullbucket.vst3.pkg.FBVC"/>
    </choice>
    <choice id="installer_choice_4" title="Supporting WAV Files" description="">
        <pkg-ref id="de.fullbucket.wav.pkg.FBVC"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="de.fullbucket.audiounit.pkg.FBVC" version="1.1.3" auth="Root" installKBytes="6811">#FBVC_AU.pkg</pkg-ref>
    <pkg-ref id="de.fullbucket.vst.pkg.FBVC" version="1.1.3" auth="Root" installKBytes="7690">#FBVC_VST.pkg</pkg-ref>
    <pkg-ref id="de.fullbucket.wav.pkg.FBVC" version="1.1.3" auth="Root" installKBytes="431">#Supporting_WAV_Files.pkg</pkg-ref>
    <pkg-ref id="de.fullbucket.vst3.pkg.FBVC" version="1.1.3" auth="Root" installKBytes="7913">#FBVC_VST3.pkg</pkg-ref>
</installer-gui-script>