• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Flat Packages Inside A Metapackage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flat Packages Inside A Metapackage


  • Subject: Re: Flat Packages Inside A Metapackage
  • From: "Perbix, Michael" <email@hidden>
  • Date: Thu, 24 Mar 2011 08:06:16 -0400
  • Acceptlanguage: en-US
  • Thread-topic: Flat Packages Inside A Metapackage

For what it is worth, this is exactly what the old NetRestore did....just looped through a directory of packages to install.  You could also use a text file listing the packages and process that, so that packages get installed in the order you wish (if any depend on others)...which is what we used to do with our NetRestore single_computer.txt file.....which had a list of packages for that computer and read that in and processed it in a loop to install listed packages.

    -Mike

On Mar 23, 2011, at 9:32 PM, Doug Brown wrote:

> 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

 _______________________________________________
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

  • Follow-Ups:
    • Re: Flat Packages Inside A Metapackage
      • From: "Perbix, Michael" <email@hidden>
References: 
 >Flat Packages Inside A Metapackage (From: Stephen McIntyre <email@hidden>)
 >Re: Flat Packages Inside A Metapackage (From: Joseph Chilcote <email@hidden>)
 >Re: Flat Packages Inside A Metapackage (From: Doug Brown <email@hidden>)

  • Prev by Date: Re: Flat Packages Inside A Metapackage
  • Next by Date: Re: Flat Packages Inside A Metapackage
  • Previous by thread: Re: Flat Packages Inside A Metapackage
  • Next by thread: Re: Flat Packages Inside A Metapackage
  • Index(es):
    • Date
    • Thread