<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-script authoringToolVersion="3.0.5" authoringTool="com.apple.PackageMaker" authoringToolBuild="196.1" minSpecVersion="1">
    <title>554e Series PS</title>
    <options rootVolumeOnly="true" allow-external-scripts="no" customize="never"/>
    <domains enable_anywhere="true"/>
    <background scaling="tofit" file="background.jpg" alignment="topleft"/>
    <welcome file="Welcome.rtf"/>
    <readme file="ReadMe.rtf"/>
    <license file="License.rtf"/>
    <script>
	function pm_install_check()
	{
		result = (system.compareVersions(system.version.ProductVersion, '10.9') >= 0);

		if( result == false )
		{
			my.result.message = system.localizedString("16");
			my.result.type = 'Fatal';
		}
		return result;
	}
</script>
    <installation-check script="pm_install_check()"/>
    <choices-outline>
        <line choice="choice0"/>
    </choices-outline>
    <choice title="Contents" id="choice0">
        <pkg-ref id="jp.konicaminolta.print.package.554e"/>
    </choice>
    <pkg-ref onConclusion="None" id="jp.konicaminolta.print.package.554e" auth="Root" version="5.2.0" installKBytes="20402">#pkg-contents.pkg</pkg-ref>
    <pkg-ref id="jp.konicaminolta.print.package.554e">
        <bundle-version>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.Stamp" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e Stamp.plugin"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.Finishing" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e Finishing.plugin"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.Output" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e Output.plugin"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.ImageQuality" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e ImageQuality.plugin"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.Cover" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e Cover.plugin"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.fw.554e.Core" path="KONICAMINOLTA/554e/PDEs/pde.framework"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.PerPage" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e PerPage.plugin"/>
            <bundle CFBundleShortVersionString="3.12.2" CFBundleVersion="3.12.2" id="jp.konicaminolta.print.pde.554e.Tray" path="KONICAMINOLTA/554e/PDEs/KONICA MINOLTA 554e Tray.plugin"/>
        </bundle-version>
    </pkg-ref>
</installer-script>