<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="765" minSpecVersion="1.0">
    <options rootVolumeOnly="true" customize="never" hostArchitectures="x86_64,arm64"/>
    <!--+==========================+
        |       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="Event Utility" description="">
        <pkg-ref id="com.viisan.pkg.EventUtility"/>
    </choice>
    <choice id="installer_choice_2" title="Launch" description="">
        <pkg-ref id="com.viisan.pkg.EventUtility.Launch"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.viisan.pkg.EventUtility.Launch" version="1.0" auth="Root" installKBytes="0" onConclusion="RequireRestart">#Launch.pkg</pkg-ref>
    <pkg-ref id="com.viisan.pkg.EventUtility" version="1.0.0" auth="Root" installKBytes="207991">#Event_Utility.pkg</pkg-ref>
    <pkg-ref id="com.viisan.pkg.EventUtility">
        <must-close>
            <app id="com.viisan.www.Event-Utility"/>
        </must-close>
    </pkg-ref>
    <domains enable_currentUserHome="false" enable_anywhere="false" enable_localSystem="true"/>
</installer-gui-script>