When I downloaded Skype, I noticed that, in place of a normal "disk image" icon, there was a custom icon, and when I double clicked on the icon, the window used a colorful image as the background, prompting me to drag the skype icon into the applications folder.

How can I do that with my applications?

Thanks, Jason

link|improve this question

78% accept rate
feedback

4 Answers

up vote 5 down vote accepted

Here's a tutorial on adding a background image and a link to the Applications folder to a dmg

http://digital-sushi.org/entry/how-to-create-a-disk-image-installer-for-apple-mac-os-x/

link|improve this answer
feedback

Let me add to the other answers jwz's howto on setting view options on .dmg files. This is the simplest one that I got to work with no problems.

Also, to change the icon from the default .dmg icon:

  • In the Finder, open an inspector window (^I) for the file whose icon you want to use, click on the icon at the top (it will get a blue border) and copy it to the clipboard (^C).

  • Then open another inspector for your .dmg, click on the icon and press ^V to paste

(you can change the icon for any file like this).

For this kind of thing, you can always look at open-source programs and see what they do to get a similar result. For example here are the relevant source files for building pretty dmg files in:

link|improve this answer
feedback

If you’re interested in a commercial solution, there are a number of DMG designer apps available, including the following I gleaned from a MacUpdate search:

link|improve this answer
Another commercial solution is my app, DropDMG. c-command.com/dropdmg – Michael Tsai Jun 30 '10 at 15:33
Looking back now I can’t believe I missed DropDMG… – Ben Stiglitz Jul 5 '10 at 5:51
feedback

Look here (skip burn stage)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.