<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.9" authoringToolBuild="603" minSpecVersion="1.0">
    <options/>
    <!--+==========================+
        |       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="AVerShare" description="">
        <pkg-ref id="com.aver.pkg.AVerShare"/>
    </choice>
    <choice id="installer_choice_2" title="AVerShareDriver" description="">
        <pkg-ref id="com.AVerShare"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.aver.pkg.AVerShare" version="1.0" auth="Root" installKBytes="42726">#AVerShare.pkg</pkg-ref>
    <pkg-ref id="com.AVerShare" version="1.0" auth="Root" installKBytes="162">#AVerShareDriver.pkg</pkg-ref>
</installer-gui-script>