<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <title>SAT-PRINTER</title>
    <organization>com.sat.label.printer.driver</organization>
    <domains enable_localSystem="true"/>
    <options hostArchitectures="i386,x86_64" customize="always" allow-external-scripts="true"/>
    <allowed-os-versions>
        <os-version min="10.6.0"/>
    </allowed-os-versions>
    <welcome file="README.rtf" mime-type="application/rtf"/>
    <!-- Packages -->
    <pkg-ref id="com.sat.label.printer.driver.Install" version="1.1.0" onConclusion="none" installKBytes="90">#sat-label-printer-mac-driver.pkg</pkg-ref>
    <pkg-ref id="com.sat.label.printer.driver.Uninstall" version="1.1.0" onConclusion="none" installKBytes="0">#uninstall-sat-label-printer-mac-driver.pkg</pkg-ref>
    <!-- Choices -->
    <choice id="install" title="Install Driver" description="SAT Label Printer Mac Driver." selected="( ! choices['uninstall'].selected )">
        <pkg-ref id="com.sat.label.printer.driver.Install"/>
    </choice>
    <choice id="uninstall" title="Uninstall Driver" tooltip="Uninstall an existing SAT Label Printer Mac Driver installation" description="This removes the files related to SAT Label Printer Mac Driver from the system.  This will not remove existing printers that are using these Driver; you will have to remove those manually." start_selected="false" start_visible="false" visible="( system.files.fileExistsAtPath('/usr/libexec/cups/filter/raster-zpl') )" selected="( choices['uninstall'].visible &amp;&amp; (( ! choices['install'].selected ) ) )">
        <pkg-ref id="com.sat.label.printer.driver.Uninstall"/>
    </choice>
    <!-- Outline -->
    <choices-outline>
        <line choice="install"/>
        <line choice="uninstall"/>
    </choices-outline>
    <pkg-ref id="com.sat.label.printer.driver.Install">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.sat.label.printer.driver.Uninstall">
        <bundle-version/>
    </pkg-ref>
    <product id="com.sat.label.printer.driver" version="1.1.0"/>
</installer-gui-script>