<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options customize="never" hostArchitectures="arm64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <license file="license.txt"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" title="Zabbix Agent" description="">
        <pkg-ref id="com.zabbix.pkg.ZabbixAgent"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.zabbix.pkg.ZabbixAgent" version="6.0.46" auth="Root" installKBytes="11310">#Zabbix_Agent.pkg</pkg-ref>
</installer-gui-script>