<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
    <title>OpenSVC Agent</title>
    <organization>OpenSVC</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
    <!-- List all component packages -->
    <pkg-ref id="com.opensvc.agent" version="1.6-10103" auth="root" installKBytes="2355">#output-1.6-10103.pkg</pkg-ref>
    <!-- List them again here. They can now be organized
         as a hierarchy if you want. -->
    <choices-outline>
        <line choice="com.opensvc.agent"/>
    </choices-outline>
    <!-- Define each choice above -->
    <choice id="com.opensvc.agent" visible="false" title="OpenSVC Agent daemon" description="These are the tools to drive OpenSVC services" start_selected="true">
        <pkg-ref id="com.opensvc.agent"/>
    </choice>
    <pkg-ref id="com.opensvc.agent">
        <bundle-version/>
    </pkg-ref>
    <product version="1.6-10103"/>
</installer-gui-script>