mpkg

Install a 3rd party framework using AppleScript from a package

Hi My application depends on another third-party framework and I need to make sure the framework is installed before my application runs. I am using AppleScript to check whether the framework is installed or not. I am packaging my application using PackageMaker. How do I package the other framework's pkg file in my PackageMaker project...

Differences between OSX's .pkg and .pkg.mpkg installers

I'm fighting with OSX's packageMaker as it doesn't allow me to create a '.pkg'. Instead it's forcing me to make a '.pkg.mpkg'. This seems like a stupid question I should be able to respond with a couple of google searches, but I'm not being able to find much info about this. Could anyone explain the main differences between them and if...

Make .mpkg so it can be installed by script on Mac OSX

I want to make a .mpkg that can be installed by a script on OSX. When starting the .mpkg always the GUI-dialog shows up. I tried to disable the GUI, but there seems to be no effective way to do so. Does anyone got an hint for me how to do so? Any answers are helpfull. ...