Skip navigation.
 
mlRe: Deploying Cocoa Applications
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/>

Related mailsAuthorDate
mlDeploying Cocoa Applications Jerrod Fowkes Jun 16, 22:35
mlRe: Deploying Cocoa Applications Damien Bobillot Jun 16, 22:52
mlRe: Deploying Cocoa Applications Nick Zitzmann Jun 16, 23:06
mlRe: Deploying Cocoa Applications Scott Anguish Jun 17, 00:39
mlRe: Deploying Cocoa Applications Alan Pearson Jun 17, 09:47
mlRe: Deploying Cocoa Applications Uli Kusterer Jun 17, 10:19
mlRe: Deploying Cocoa Applications Gregory Weston Jun 17, 12:47
mlRe: Deploying Cocoa Applications Conor Dearden Jun 17, 13:54
mlRe: Deploying Cocoa Applications Andreas Mayer Jun 17, 14:13
mlRe: Deploying Cocoa Applications John Stiles Jun 17, 15:33
mlRe: Deploying Cocoa Applications Uli Kusterer Jun 17, 18:15
mlRe: Deploying Cocoa Applications John Stiles Jun 17, 18:18
ml[Moderator] EOT: Re: Deploying Cocoa Applications mmalcolm crawford Jun 17, 18:21
mlRe: Deploying Cocoa Applications Travis Siegel Jun 17, 19:18