<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1">
    <title>Canon LBP 2900 Driver by @Phong Black</title>
    <background mime-type="image/png" file="banner.png" scaling="proportional"/>
    <background-darkAqua mime-type="image/png" file="banner.png" scaling="proportional"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <installation-check script="installCheck();"/>
    <script>
function installCheck() {
    return true;
}
    </script>
    <choices-outline>
        <line choice="CanonLBP2900"/>
    </choices-outline>
    <choice id="CanonLBP2900" title="CanonLBP2900">
        <pkg-ref id="CanonLBP2900.pkg"/>
    </choice>
    <pkg-ref id="CanonLBP2900.pkg" auth="Root" packageIdentifier="org.CanonLBP2900.1.3.9" version="1.3.9" installKBytes="31738">#CanonLBP2900.pkg</pkg-ref>
    <pkg-ref id="CanonLBP2900.pkg">
        <bundle-version/>
    </pkg-ref>
</installer-script>