<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <pkg-ref id="org.interlisp.Medley"/>
    <options customize="always" require-scripts="false" hostArchitectures="x86_64,arm64" />
    <domains enable_anywhere="false" enable_currentUserHome="true" enable_localSystem="false" />
    <choices-outline>
        <line choice="default">
            <line choice="org.interlisp.Medley" />
        </line>
        <line choice="Location" />
    </choices-outline>
    <choice id="default" visible="false" />
    <choice id="org.interlisp.Medley"
            description="D Install for all Users?" 
            title="T Install for all users?"
            customLocation="tests"
    >
        <pkg-ref id="org.interlisp.Medley"/>
    </choice>
    <choice id="Location" 
            description="D Install for all Users?" 
            title="T Install for all users?"
            customLocation="tests"
    >
        <pkg-ref id="org.interlisp.Medley"/>
    </choice>
    <pkg-ref id="org.interlisp.Medley" version="01.01.01" onConclusion="none">Medley-base.pkg</pkg-ref>
</installer-gui-script>

