I ported my Java game to Mac OS X (10.4+) and created a .dmg file for it. I even figured out how to compress it (though the compression rate was lousy). The file is available here.
This file works. It mounts the drive, and you can then double click on the Jar file to run the program.
However, this is not what I want. I want double clicking on the .dmg file to open up a window that lets you copy the whole application into the Applications folder. Some applications do this, though others don’t. How do I make this happen?
It may be that this has nothing to do with .dmg files in and of themselves. I’m a Newless Cluebie when it comes to Macs, so I’m not sure.