How do I create a nice-looking DMG for Mac OS X using command-line tools?
Posted
by Ludvig A Norin
on Stack Overflow
See other posts from Stack Overflow
or by Ludvig A Norin
Published on 2008-09-18T20:57:58Z
Indexed on
2010/03/19
16:51 UTC
Read the original article
Hit count: 267
I need to create a nice installer for a Mac application. I want it to be a disk image (DMG), with a predefined size, layout and background image.
I need to do this programmatically in a script, to be integrated in an existing build system (more of a pack system really, since it only create installers. The builds are done separately).
I already have the DMG creation done using "hdiutil", what I haven't found out yet is how to make an icon layout and specify a background bitmap.
© Stack Overflow or respective owner