The best way to accomplish this is to use a installer choices file along with the iLife installer. This allows you to select which items get installed and which don’t…basically it simulates mouse clicks on the various install options.
You can get a list of the item names by running this command:
[code]installer -showChoicesXML -pkg [/code]
It will output all the InstallerChoices, you just need to dig through and find the proper name and put it in installerchoices just like you would for an OS X install. I know there is better documentation on this out there, I just cannot find it at the moment 🙁
Nate
Comments are closed