Hi All,
I am a school technician with over 600 macs onsite. There are several printers that the users here use. I have figured out the script for installing a printer using applescript but what I would really like to do is include the driver in the app so that users do not have to look for the drivers. Any idea how I can include the driver in my applescript? Right now the printer installation will only work if the driver is already installed on the machine.
How do I use Bundle Content to add the driver to script? Please advise
I am a school technician with over 600 macs onsite. There are several printers that the users here use. I have figured out the script for installing a printer using applescript but what I would really like to do is include the driver in the app so that users do not have to look for the drivers. Any idea how I can include the driver in my applescript? Right now the printer installation will only work if the driver is already installed on the machine.
do shell script "lpadmin -p PRINTERNAME -L 'Printer Location' -E -v ipp://'Printer address' /Library/Printers/PPDs/Contents/Resources/HP\\ Laserjet\\ 4250.gz -D \"Printer Queue Name\""
How do I use Bundle Content to add the driver to script? Please advise