Mac auto installation files fail to install printers
- 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Mac auto installation files fail to install printers
- Updated on 01 Apr 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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"):
The PPD files have been incorrectly named in the configuration.plist file. Make sure the name matches the PPD name.
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?