Mac auto installation files fail to install printers
  • 01 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Mac auto installation files fail to install printers

  • Dark
    Light
  • PDF

Article summary

There are several reasons why the auto installers might fail after you create the automated package installer (as detailed in the Pharos TechNote "Automatic Popup and Printer Queue Configuration for Mac OS X"):

  1. The PPD files have been incorrectly named in the configuration.plist file. Make sure the name matches the PPD name.

  2. The configuration.plist file used to configure the Automatic Installer has spaces or special characters. Remove any Queue names that may have spaces, & symbols or special characters

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Files</key>
    <array>
    <dict>
    <key>Name</key>
    <string>com.pharos.popup.plist</string>
    <key>Overwrite</key>
    <true/>
    <key>Target</key>
    <string>/Library/Preferences/com.pharos.popup.plist</string>
    </dict>
    </array>
    <key>Printers</key>
    <array>
    <dict>
    <key>Name</key>
    <string>Laser_Hallway</string>
    <key>PPD</key>
    <string>Lexmark Optra S</string>
    <key>URI</key>
    <string>popup://192.168.2.25/Queue1</string>
    </dict>


Was this article helpful?


Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.