<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.9" authoringToolBuild="603" minSpecVersion="1.0">
    <options rootVolumeOnly="true"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <license file="license.rtf"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" title="GLM4Package" description="">
        <pkg-ref id="com.genelec.pkg.GLM4"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.genelec.pkg.GLM4" version="4.1.2" auth="Root" installKBytes="17108">#GLM4Package.pkg</pkg-ref>
    <pkg-ref id="com.genelec.pkg.GLM4">
        <must-close>
            <app id="com.genelec.GLM4"/>
        </must-close>
    </pkg-ref>
</installer-gui-script>