Hai all, I have created a new mac application using xcode.Now I need to create a setup to install the application ..Is there any tool to create a setup file???.Looking forwrd for reply....
A:
Mac apps are folders that you copy into the /Applications
directory. You just need to put your .app
folder into a .dmg
image.
eduffy
2009-06-09 16:39:16
+2
A:
You can just zip up the application and distribute it that way. Or you can use a dmg file (instructions including encryption).
If you really need to do some funky processing in the install, use Package Maker.
Terry Wilcox
2009-06-09 16:39:48