site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com On 29/11/2005, at 7:07 AM, robert.maggi@kodak.com wrote:
I am creating a CUPS printer driver and need to put the driver in /
Library/Printers/Kodak/... and its PPD file in /Library/Printers/
PPDs/Contents/Resources/en.lproj. While I currently move everything
to the Kodak folder and then run a postflight script to copy the
PPD file where it belongs, this seems like a good place to use a
metapackage file (10.3.9 or later, so dist files need not apply). I
can create the two .pkg files, and I can create a metapackage file
that includes the two .pkg files (both with the Required
attribute), but the .mpkg file allows the user to deselect either
(or both) packages after clicking the Customize button during
installation. While I don't mind them seeing there are two
packages, I need both be installed for the driver to work.