Top "Packagemaker" questions

PackageMaker is a utility for creating installer packages to be used with Mac OS X. Earlier, it was bundled with Apple's Xcode developer tools but with release of XCode 4.3, it comes in separate Auxiliary Tools package.

Making macOS Installer Packages which are Developer ID ready

Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules. …

xcode packagemaker pkgbuild productbuild
How to silently install a pkg file in Mac OS X

I am developing a Mac OS X application(cloud printing application). To run my application i need some support drivers. …

macos packagemaker silent-installer
Using PackageMaker to run a script on install

I have an app I need to create an installer for, and all the installer needs to do (besides copying …

macos installation packagemaker
Uninstaller for package on Mac OS X

As a service to my users I would like to provide an uninstall script to completely remove all traces of …

macos packagemaker uninstallation
Where is PackageMaker? How can i make package installer?

I'm making Development tool which needs Git, Heroku, Python, Ruby. So I need package installer to check and install git …

macos cocoa packagemaker
Running postflight script when installing a package on Mac

I am trying to build a mac package installer from a script and I want to run postinstall and postflight …

macos installation packagemaker productbuild pkgbuild
Add app to OSX "Login Items" during a Package Maker installer postflight script

I need a way to add an application to the Login Items from a postflight script which is run as …

macos bash packagemaker
Mac OS X PackageMaker

I'm trying to automate Mac OS X package building via command line interface of PackageMaker. So far i managed to …

macos packagemaker
MAC PackageMaker preinstall/postinstall script to get original *.pkg file directory

How do I get the original *.pkg file directory when install it? I have created a pkg file, and put …

macos bash packagemaker
cp exits with a 64 error status

I am using a preflight bash script in packagemaker : run cp -pf "/folder/to/my/db" "/Library/Application Support/app/…

bash packagemaker