Hello All,
I started working on iLife 11 and I recall the threads early in December going around and then that last one sent by Robert which basically had his old school composer package method. At this point because our maintenance agreement allows us to deploy iLife and iWork everywhere I've just added it to my base OS package now. However, I still have some systems to update in offices prior to doing that.
I have an alternative for anyone who would like it, and I somewhat prefer it since it still utilizes the PKGs installing abilities.
Someone had mentioned that all the installers were PKGs on the DVD and that triggered an idea, shocking I know.
- Create a folder at, or where you like: /private/var/tmp/iLife11_Install_Files/
- Dump all of the PKGs in there from the install DVD packages folder (so you don't have 20 PKGs to add to the JSS)
- Open Composer and drag the folder made into Composer
- Create a DMG of your PKGs and Upload it into Admin
- Create a script with the following that just runs after you've deployed the package, adjust your path if necessary based on step 1
#!/bin/sh
. /etc/rc.common
/usr/sbin/installer -pkg /private/var/tmp/iLife11_Install_Files/iLife.pkg -target /
/bin/rm -rf /private/var/tmp/iLife11_Install_Files/
This of course assumes 10.6.3 or later. It was tested as a new install and upgrading existing versions of iLife 08 and iLife 09 on the box. If you wanted to have this install as a part of imaging you could have the DMG of the install files copy over during imaging and just keep your script marked as an At Reboot.
Cheers,
Craig E
