<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <!--Customize UI-->
    <title>join.me</title>
    <welcome file="Welcome.rtf"/>
    <license file="License.rtf"/>
    <background file="background.tiff" alignment="bottomleft" scaling="proportional"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
    <!--Minimum OS version-->
    <allowed-os-versions>
        <os-version min="10.8"/>
    </allowed-os-versions>
    <choices-outline>
        <line choice="default">
            <line choice="com.logmein.join.me"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.logmein.join.me" visible="false">
        <pkg-ref id="com.logmein.join.me">
            <!--join.me should be closed before install-->
            <must-close>
                <app id="com.logmein.join.me"/>
            </must-close>
            <!--When the user installs a relocatable component a second time on the same computer,
            the Installer application searches for the component’s existing files in additional
            locations in the file system, not just the location at which the component was installed,
            according to the Installer package database.
            We do not want that behavior, so we restrict search to "/Applications/join.me.app"-->
            <relocate search-id="InstallPath">
                <bundle id="com.logmein.join.me"/>
            </relocate>
            <locator>
                <search type="script" id="InstallPath" script="installPath()">
                    <script><![CDATA[
                            function installPath() {
                            return "/Applications/join.me.app";
                            }
                        ]]></script>
                </search>
            </locator>
        </pkg-ref>
    </choice>
    <pkg-ref id="com.logmein.join.me" onConclusion="none" version="2.15.5" installKBytes="35947">#tmp.pkg</pkg-ref>
    <pkg-ref id="com.logmein.join.me">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.15.5.8501" CFBundleVersion="2.15.5.8501" id="com.logmein.join.me" path="join.me.app"/>
        </bundle-version>
    </pkg-ref>
    <product version="2.15.5.8501"/>
</installer-gui-script>