Re: Flat Packages Inside A Metapackage
Re: Flat Packages Inside A Metapackage
- Subject: Re: Flat Packages Inside A Metapackage
- From: Doug Brown <email@hidden>
- Date: Thu, 24 Mar 2011 11:32:09 +1000
On 24 March 2011 11:21, Joseph Chilcote <email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden