Can anybody give me suggestions about preparing a custom Mac Installer for a Java swing application. I have tried Xcode but of no use. Any suggestions would be really helpful.
Thanks in advance...
|
feedback
|
|
Do you actually need an installer? Unless you need to put files in very specific locations and need admin privileges for that, installers are uncommon on the Mac. Typically, you'd use a disk image with a self-contained application bundle. See my answer to this question. That answer also mentions how to create a standard OS X installer. | |||||||||
feedback
|
|
Take a look at http://izpack.org.
Or for a more Mac-specific option, see this 10-step tutorial:
| |||
feedback
|