<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>GoRoute Connect for Excel</title>
    <organization>ai.goroute</organization>
    <!-- Branding shown in the installer window. -->
    <background file="background.png" mime-type="image/png" scaling="proportional" alignment="topleft"/>
    <background-darkAqua file="background.png" mime-type="image/png" scaling="proportional" alignment="topleft"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- Nothing to choose: one component, installed for the person at the
         keyboard. A choice page here would be a decision the user has no basis
         to make. -->
    <options customize="never" require-scripts="true" hostArchitectures="arm64,x86_64"/>
    <!-- Excel add-ins need Excel 2016 or later; the container path this writes
         into does not exist before that. -->
    <volume-check>
        <allowed-os-versions>
            <os-version min="10.14"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default"/>
    </choices-outline>
    <choice id="default" title="GoRoute Connect for Excel">
        <pkg-ref id="ai.goroute.connect.excel"/>
    </choice>
    <pkg-ref id="ai.goroute.connect.excel" version="1.0.0" onConclusion="none" installKBytes="11" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="ai.goroute.connect.excel">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>