PackageMaker is an Apple Developer Tool for creating installer packages on OS X.

learn more… | top users | synonyms

0
votes
0answers
164 views

Packaging Xcode 4.6 with packagemaker

I am trying to package the Xcode.app itself for deployment but when using packagemaker it will crash while loading contents each time and I can never build it. My environment is Xcode 4.6, OS 10.8.2 ...
0
votes
0answers
174 views

Error when launching PackageMaker (Xcode 4): “PackageMaker cannot be opened…”

When I try to launch PackageMaker.app, it immediately crashes with the error: PackageMaker cannot be opened because of a problem. Specs: Xcode 4 Mac OS X 10.8.1 Mountain Lion MacBook Pro I've ...
0
votes
0answers
95 views

Adding App icon to Dock with Packagemaker?

I wrote application using pyqt4. I made .app using py2app and .pkg using Package Maker 2. It is only 1 problem. How to automatically add my application icon to Dock after installation? (allow ...
3
votes
1answer
352 views

How can I remove an installed application from the Installer Package Database on Mac OS X?

I'm creating my own installer with PackageMaker. It has been working well for a while but I wanted to test an issue where it removes the files of a previous version even though each new version ...
0
votes
1answer
988 views

Mac package postinstall script not running

I have created a installer from package maker and scripts I specified scripts directory and postinstall script. When I installs the package it application installs fine but the scripts I specified is ...
3
votes
2answers
2k views

Various problems with PackageMaker

How do I resolve the following problems in PackageMaker? When packaging, I get an error stating "could not copy scripts" The absolute/relative paths option for scripts is disabled I can't add custom ...