<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.9" authoringToolBuild="603" minSpecVersion="1.0">
    <options customize="always" hostArchitectures="arm64,i386"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.rtf"/>
    <conclusion file="conclusion.rtf"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" title="INSTALLER_CHOICE_1_TITLE" description="">
        <pkg-ref id="com.lineworks.lwdrivepc"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.lineworks.lwdrivepc" version="2.0.0.23" auth="Root" installKBytes="59974">#NDrive.pkg</pkg-ref>
    <pkg-ref id="com.lineworks.lwdrivepc">
        <must-close>
            <app id="com.lineworks.drivepc"/>
        </must-close>
    </pkg-ref>
</installer-gui-script>