mrvk wrote:
Thanks a lot for all of you. It works fine on OS 9.2 in case I use sutffit. But do I have other options?
Should I always use StuffIt (or any other zip utility) in order to distribute my application to others?
Thanks,
Vijay
These days, the recommended form of packaging and distribution, especially for applications that run in Mac OS X, is a compressed disk image. Since your application runs in both Mac OS X and classic Mac OS, it seems a perfect candidate for a disk image. The immediate advantage to your end users is that they do not need third-party software to use a disk image; though, there are other advantages.
Disk images may contain applications, documentation, and pretty much anything else you want to distribute, all in one, single, compressed file. Users can download the compressed disk image file to their computer and double-click it to have it automatically mounted as a virtual volume on their desktop (just as if they had inserted a floppy or Zip disk). They can then copy files from the mounted virtual volume to their hard drive.
Apple has
a short tutorial showing developers unfamiliar with disk images how to create one. The tutorial instructions are a little outdated (for instance, in Mac OS X 10.4.x, you choose File > New > Blank Disk Image to create a new image), but give you the basic idea of how to do it.