<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Microsoft Office for Mac License Removal Tool 2.7</title>
    <organization>com.microsoft</organization>
    <options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.rtf" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <allowed-os-versions>
        <os-version min="10.12"/>
    </allowed-os-versions>
    <!-- Component packages to be included in the distribution. -->
    <pkg-ref id="com.microsoft.office.tools.license.removal" installKBytes="0">#License_removal.pkg</pkg-ref>
    <!-- Choices which reference defined pkg-refs. -->
    <choices-outline>
        <line choice="com.microsoft.office.tools.license.removal"/>
    </choices-outline>
    <!-- Choice definitions for each package choice above. -->
    <choice id="com.microsoft.office.tools.license.removal" visible="false">
        <pkg-ref id="com.microsoft.office.tools.license.removal">
            <must-close>
                <app id="com.microsoft.Word"/>
                <app id="com.microsoft.Excel"/>
                <app id="com.microsoft.Powerpoint"/>
                <app id="com.microsoft.Outlook"/>
                <app id="com.microsoft.onenote.mac"/>
            </must-close>
        </pkg-ref>
    </choice>
    <pkg-ref id="com.microsoft.office.tools.license.removal" version="2.7.0">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>