FROM : Nick Zitzmann
DATE : Fri Jun 16 23:06:13 2006
On Jun 16, 2006, at 2:35 PM, Jerrod Fowkes wrote:
> What is the most accepted / professional way of deploying a true
> cocoa native mac os x application?
IMHO, the best way is to distribute a disk image and allow users to
install the application via drag and drop. The only problem with this
method is it occasionally confuses some users, mainly System 7/8/9
and Windows migrants who expect that everything they acquire has an
automatic installer. There is one thing you can do that will clarify
this a little bit, though - put a symbolic link to the Applications
folder in the disk image and use a background image saying "to
install, drag the program icon on top of the applications icon" or
something similar.
You should only use installers if you must install some files in
other places on the drive, e.g. /usr or /Library. Also, use only Tar/
BZip, Tar/GZip, or Zip to archive things unless you have a very good
reason to use something else.
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Fri Jun 16 23:06:13 2006
On Jun 16, 2006, at 2:35 PM, Jerrod Fowkes wrote:
> What is the most accepted / professional way of deploying a true
> cocoa native mac os x application?
IMHO, the best way is to distribute a disk image and allow users to
install the application via drag and drop. The only problem with this
method is it occasionally confuses some users, mainly System 7/8/9
and Windows migrants who expect that everything they acquire has an
automatic installer. There is one thing you can do that will clarify
this a little bit, though - put a symbolic link to the Applications
folder in the disk image and use a background image saying "to
install, drag the program icon on top of the applications icon" or
something similar.
You should only use installers if you must install some files in
other places on the drive, e.g. /usr or /Library. Also, use only Tar/
BZip, Tar/GZip, or Zip to archive things unless you have a very good
reason to use something else.
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| Jerrod Fowkes | Jun 16, 22:35 | |
| Damien Bobillot | Jun 16, 22:52 | |
| Nick Zitzmann | Jun 16, 23:06 | |
| Scott Anguish | Jun 17, 00:39 | |
| Alan Pearson | Jun 17, 09:47 | |
| Uli Kusterer | Jun 17, 10:19 | |
| Gregory Weston | Jun 17, 12:47 | |
| Conor Dearden | Jun 17, 13:54 | |
| Andreas Mayer | Jun 17, 14:13 | |
| John Stiles | Jun 17, 15:33 | |
| Uli Kusterer | Jun 17, 18:15 | |
| John Stiles | Jun 17, 18:18 | |
| mmalcolm crawford | Jun 17, 18:21 | |
| Travis Siegel | Jun 17, 19:18 |






Cocoa mail archive

