Re: Flat Packages Inside A Metapackage
site_archiver@lists.apple.com Delivered-To: Installer-dev@lists.apple.com On 24 March 2011 11:21, Joseph Chilcote <chilcote+installerdev@gmail.com> wrote:
Maintaining an mpkg of all your software would be a logistical nightmare. However, if you wanted something extremely quick and dirty you could have a script loop through a folder of pkgs and install them. E.g.:
for i in `ls -d /Volumes/Share/Packages/*.*.pkg; do installer -pkg ${i} -target / done
This is good advice. Under certain circumstances I use a little utility called InstallPKG, which does the same thing. It is handy because it will let you install all packages, metapackages including those within DMGs from a folder. http://www.macupdate.com/app/mac/25774/installpkg _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Doug Brown