How to create flat packages?
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:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=fL+HelEnFDVT9o98Q5xmt0FMs/ySTM4ngGPJUqE2f90=; b=kW9AePqpslG/UkXcThP4u/a4qk1/lK3k4Mb9HhRF7DCUO1gYcQO5Lne8wDuPUpHytS uLvqpCZI9tuct97E6R0FYWuxAxLEtOBQcWj4XhebK7ff5BXK0oH+unFHyCQPMNvGSddN ISvSYB7so+YPfh1Gmd1Bo+6elgoHSXn/JX3Z0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=qgckrjfBs4WvHTtBk9sKjw4zN+XPpLU+DaEjVXKC0lEMFewUpL7PoTlvsSv/RI2Qnk WKSBgEvfoa/9830MJMXdXOoy7vTHHi2y5VR5RygElD+JMeWXEFHufWq/0jgBtStqyVrB IcWtT01br0iDRc2sWeFNLkEoqAZNj9A1sO1Ow= User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 I notice that most packages, i.e. *.pkg are usually composed of a directory hierarchy, i.e. mypackage.pkg/Contents/MacOs, etc. ...and after these are installed, there is a similar copy placed in the /Library/Receipts directory. Recently, I installed a package (still with *.pkg extension) but it was a single file - not a directory hierarchy. After it was installed, instead of en entry in /Library/Receipts, there was an entry in /Library/Receipts/boms. I am wondering - what command line options I need to pass to packagemaker to create such a single-file package? The only things I could find by searching are the following, but nothing specifically on *how* to do it with packagemaker: http://lists.apple.com/archives/installer-dev/2008/Dec/msg00091.html http://s.sudre.free.fr/Stuff/Ivanhoe/FLAT.html http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPag... Thanks, Chris Wolf _______________________________________________ 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)
-
Chris Wolf