I want to create my own package installer for Mac OS X, creating a package is not really a problem, the real deal is the dependencies that need to be installed; I need to install Python, NumPy and Matplotlib (only if the required versions are not already installed).
I heard very badly about the Package Maker app, I read a little and already found a good tutorial, although it's pretty outdated . As a reference, here is the Apple guide link.
I guess I would have to use an unrelated source provided from each of these three projects.
That would really help me see the PackageMaker file that is used to create the official Python installer, if such a file is available somewhere, point it to me.
Anyway:
What would be the best way to do this? Does PackageMaker use stupidly for this purpose? Any other literature that will help me?
Additionally:
What would be the easiest way to check my installers?
source share