Re: dmg from flat installer?
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:subject:from:to:message-id:in-reply-to:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=y+8lqgognE2ZMX8BT/GXByZ9u3k=; b=o2QQrPhPO0f+a/L0mD/1ni9r97K5XU7GsMpurJSXwU6nF/RkgDuiQjvtPj38JhPVHm7jrRwJNypSwzphATLxjwtUNH5dFijue8Jt2Mn/guNdPmQInPrn6xZSD63dLi3kSA7mGoUM5DXkneox7KHpCqu0HqWsS1PfGx1COLAfQpg= Thread-index: AcrQK1FSl1Tv4LmOrkCZPqpUZcsfsQ== Thread-topic: dmg from flat installer? User-agent: Microsoft-Entourage/13.4.0.100208 If you can build your packages with The Luggage (which is really just using all of the regular tools behind the scenes, including the hdiutil bit that Greg mentioned), you can get dmgs out with: $ make dmg This runs through all of The Luggage's steps to make the .pkg and then copies the result into a new disk image which is saved into your project folder. It's awesome. A drawback is that you have to use makefiles, which can be daunting to learn if you don't know 'make' already. But you get programmatically generated pkgs and dmgs for minimal effort, you can check everything into version control, and it's mostly harmless. -- Jeremy _______________________________________________ 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)
-
Jeremy Reichman