<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <title>UrBackup Client</title>
    <organization>org.urbackup</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"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- List all component packages -->
    <pkg-ref id="org.urbackup.client.service" version="2.4.12 (b9c729550)" auth="root" installKBytes="11">#output.pkg</pkg-ref>
    <pkg-ref id="org.urbackup.client" version="2.4.12 (b9c729550)" auth="root" installKBytes="17882">#output2.pkg</pkg-ref>
    <!-- List them again here. They can now be organized
         as a hierarchy if you want. -->
    <choices-outline>
        <line choice="default">
            <line choice="org.urbackup.client.service"/>
            <line choice="org.urbackup.client"/>
        </line>
    </choices-outline>
    <!-- Define each choice above -->
    <choice id="default"/>
    <choice id="org.urbackup.client.service" visible="true" title="UrBackup Client" description="Client to backup your files to a UrBackup server" start_selected="true">
        <pkg-ref id="org.urbackup.client.service"/>
    </choice>
    <choice id="org.urbackup.client" visible="true" title="UrBackup Client Tray Icon GUI" description="Client to backup your files to a UrBackup server" start_selected="true">
        <pkg-ref id="org.urbackup.client"/>
    </choice>
    <pkg-ref id="org.urbackup.client.service">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="org.urbackup.client">
        <bundle-version/>
    </pkg-ref>
    <product version="2.4.12 (b9c729550)"/>
</installer-gui-script>