Re: Flat Packages Inside A Metapackage
site_archiver@lists.apple.com Delivered-To: Installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=0g4VtoHztKh/u7BcQts3wjTaYvS8NP7tCClx1w7vkbk=; b=bVETGSSmlkJGMK0+49yrdXwmBtT6/T6ZMVYpAJuK5MDEn3CzeYQGs2p0LePcNtA5SD wTEwCMCReYdCv0fwq/XQLYcBs2yXx4STYiHPk4Jyl6kLNZZ3icMSRdpuJ+R5W62QGOV2 eE3SMHLbW/6QVMbMLQAb4tu+JEVx8b4+T42l4= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=iFukmxCDXqemC+S6/5/z3pp1LwGw4/iR6zH3EGGJy8gfPKmmyfx8R8NDwKWH7c3Siv W6jtScCovqtkQamAcIEC3qXZPM3uJREjzKcVvVgrXCG64+PeaWUavBAa2urSpFsYOtCq DYlhOnI7MiT6nbrlWtO4QObSePdBCLLh98nvs= On Wed, Mar 23, 2011 at 11:28 AM, Stephen McIntyre <smcintyre@forsythe.com> wrote:
I'd like to roll all those updates into a single installer so there's only one thing that needs to be clicked on. Or we might unbox the computer, install a management agent, and then push the package to the computer. The problem I have is that with either PackageMaker or Iceberg I can't add flat packages to the metapackage that I'm making. Tiger-style (unflat?) packages add just fine. Is there something I'm overlooking here? Is there a workaround for this dilemma?
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 Also, I agree with the other posters, your time learning munki et al would be well spent in the long run. Cheers, --joe _______________________________________________ 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)
-
Joseph Chilcote