<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
    <title>Vodia PBX</title>
    <organization>com.vodia</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
    <!-- Define documents displayed at various steps -->
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- List all component packages -->
    <pkg-ref id="com.vodia.pbx" version="62.0" auth="root" installKBytes="16108">#pbx.pkg</pkg-ref>
    <!-- List them again here. They can now be organized as a hierarchy if you want. -->
    <choices-outline>
        <line choice="com.vodia.pbx"/>
    </choices-outline>
    <!-- Define each choice above -->
    <choice customLocation="/usr/local/pbx" id="com.vodia.pbx" visible="false" title="Vodia PBX" description="Daemon for Vodia PBX" start_selected="true">
        <pkg-ref id="com.vodia.pbx"/>
    </choice>
    <pkg-ref id="com.vodia.pbx">
        <bundle-version/>
    </pkg-ref>
    <product version="62.0"/>
</installer-gui-script>