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.
Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules. …
xcode packagemaker pkgbuild productbuildI am developing a Mac OS X application(cloud printing application). To run my application i need some support drivers. …
macos packagemaker silent-installerI have an app I need to create an installer for, and all the installer needs to do (besides copying …
macos installation packagemakerAs a service to my users I would like to provide an uninstall script to completely remove all traces of …
macos packagemaker uninstallationI'm making Development tool which needs Git, Heroku, Python, Ruby. So I need package installer to check and install git …
macos cocoa packagemakerI am trying to build a mac package installer from a script and I want to run postinstall and postflight …
macos installation packagemaker productbuild pkgbuildI need a way to add an application to the Login Items from a postflight script which is run as …
macos bash packagemakerI'm trying to automate Mac OS X package building via command line interface of PackageMaker. So far i managed to …
macos packagemakerHow do I get the original *.pkg file directory when install it? I have created a pkg file, and put …
macos bash packagemakerI am using a preflight bash script in packagemaker : run cp -pf "/folder/to/my/db" "/Library/Application Support/app/…
bash packagemaker