<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>MailToOutlook 2.0</title>
    <organization>com.pbowden</organization>
    <options customize="never" require-scripts="false" rootVolumeOnly="true" hostArchitectures="arm64,x86_64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <license file="license.rtf"/>
    <allowed-os-versions>
        <os-version min="10.14"/>
    </allowed-os-versions>
    <!-- Component packages to be included in the distribution. -->
    <pkg-ref id="com.microsoft.MailToOutlook.component" installKBytes="88">#MailToOutlook_component.pkg</pkg-ref>
    <!-- Choices which reference defined pkg-refs. -->
    <choices-outline>
        <line choice="com.microsoft.MailToOutlook.component"/>
    </choices-outline>
    <!-- Choice definitions for each package choice above. -->
    <choice id="com.microsoft.MailToOutlook.component" visible="false" title="MailToOutlook" selected="true" enabled="true" start_selected="true" description="MailToOutlook">
        <pkg-ref id="com.microsoft.MailToOutlook.component"/>
    </choice>
    <pkg-ref id="com.microsoft.MailToOutlook.component" packageIdentifier="com.microsoft.MailToOutlookV2" version="2.0.0">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>