<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <title>Cherry USB-LAN-Proxy</title>
    <organization>de.cherry</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"/>
    <!-- List all component packages -->
    <pkg-ref id="de.cherry.usblanproxy" version="1" auth="root" installKBytes="160">#usblanproxy-component.pkg</pkg-ref>
    <!-- List them again here. They can now be organized
	     as a hierarchy if you want. -->
    <choices-outline>
        <line choice="de.cherry.usblanproxy"/>
    </choices-outline>
    <!-- Define each choice above -->
    <choice id="de.cherry.usblanproxy" visible="false" title="Cherry USB-LAN-Proxy" description="Cherry USB-LAN-Proxy" start_selected="true">
        <pkg-ref id="de.cherry.usblanproxy"/>
    </choice>
    <pkg-ref id="de.cherry.usblanproxy">
        <bundle-version/>
    </pkg-ref>
    <product version="3.5.0.0"/>
</installer-gui-script>