site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hello, I am trying to create disk image with all the necessary stuff programmatically. I need this because we make nightly installers for the users. Currently I create a directory and then I run: "/usr/bin/hdiutil" create -ov -format UDZO -srcfolder "/path/to/the/source/tree" "/path/to/the/disk/image.dmg" This works great. Now I would like to spice it up a little bit. An example is a disk image for the Firefox. This one has a nice background, the icon, and a license agreement. So, I can do most of this by hand using Finder. Now, is there any way to customize this from a shell script or a C++ program? Thank you. -- ------------------------------------------- Andy Cedilnik _______________________________________________ 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