I am making an installer for an OS X application, but have problems understanding the PackageMaker interface. My version is PackageMaker 3.0.4, working on Lion and Xcode 4.1.
One option, in particular, bothers me. Check the "Include root in package" box when editing the contents of the package. Depending on whether it is checked, some of my package contents are never installed anywhere.
For example, let's say that my content is a single package .app, Confused.app . I want to install it in /Applications (Destination). What exactly does “Include Root in Package” mean in this case? As far as I understand, the installer does nothing.
Is there a better example that would clarify the meaning of the option?
source share