<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.1" authoringToolBuild="229" minSpecVersion="1.0">
    <options customize="never" hostArchitectures="i386">
        <platforms>
            <client arch="i386"/>
            <server arch="i386"/>
        </platforms>
    </options>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DBeaverCE</title>
    <background file="background" scaling="tofit" alignment="left"/>
    <welcome file="welcome.txt"/>
    <license file="license.txt"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" title="DBeaverCE" description="">
        <pkg-ref id="PRODUCT_ID"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="PRODUCT_ID" version="5.0.4" installKBytes="73208">#DBeaverCE.pkg</pkg-ref>
    <!--+==========================+
        |    JavaScript Scripts    |
        +==========================+-->
</installer-gui-script>