---
title: "How can I create an Install package that contains the print driver for a Mac \"pkg\" along with the Automatic Popup Client software?"
slug: "how-can-i-create-an-install-package-that-contains-the-print-driver-for-a-mac-pkg-along-with-the-automatic-popup-client-software"
updated: 2024-04-10T13:53:25Z
published: 2024-04-10T13:53:25Z
canonical: "kb.pharos.com/how-can-i-create-an-install-package-that-contains-the-print-driver-for-a-mac-pkg-along-with-the-automatic-popup-client-software"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How can I create an Install package that contains the print driver for a Mac "pkg" along with the Automatic Popup Client software?

### Question:

How can I install a MAC printer driver pkg along with the popup client.

---

### Information:

Add the full driver installer pkg to the popup.dmg and launch it along with the popup install. If the driver is too large to be placed into the Popup.dmg then you have to expand the popup.pkg capacity. That will be coverd in another KBase article.

Here is a sample line that is used in the " [Postinstall.sh](http://Postinstall.sh) " file to launch the driver install.

sudo /usr/sbin/installer -pkg '<driver package name>.pkg' -tgt LocalSystem That would install the driver. You will want to do that first in the " [Postinstall.sh](http://Postinstall.sh) " file, then add the Pharos printer with the lpadmin command.

Refer to the technotes below for details on creating Mac install packages.

## Related

- [How to create a Customized Pharos Uniprint Popup Package for macOS.](/how-to-create-a-customized-pharos-uniprint-popup-package-for-macos.md)
- [Package Installation using a Windows GPO](/package-installation-using-a-windows-gpo.md)
- [Uniprint: How can I test the Pharos Updater Service?](/uniprint-how-can-i-test-the-pharos-updater-service.md)

## Attachments

- [Creating Custom Uniprint Popup Packages for Mac (1).pdf](https://cdn.document360.io/f4fb58ca-1114-4e59-ba1a-d8f647bd6dcf/Images/Documentation/Creating Custom Uniprint Popup Packages for Mac (1).pdf)
- [TechNote Automatic Popup and Print Queue Configuration for Mac 10.6 - 10.9.pdf](https://cdn.document360.io/f4fb58ca-1114-4e59-ba1a-d8f647bd6dcf/Images/Documentation/TechNote Automatic Popup and Print Queue Configuration for Mac 10.6 - 10.9.pdf)
