site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi All, Is this be possible ?. On Nov 15, 2007, at 9:37 PM, JanakiRam wrote: I'm new to the mac installer world , please bear me if i ask you simple query. Actually i'm developing a Mac Application ( having cocoa app , unix executable , kext and others.. ) , now i need to create an installer for it. My Application is has 2 versions , one for Tiger & another for Leopard. Now i need to create an package maker installer --> which should detect the OS dynamically and install particular version of OS. Please provide your thoughts on implementing this feature. Thanks in Advance. You can make an mpkg that chooses one package for Leopard, one for Tiger. Stuff that's common, put it in a third package that is installed in both cases. You would use a Distribution Script to do all the thinking about whether you can install at all, what drives can be installed on, and which packages get installed. Note that some fraction of your user base is going to install your app on Tiger, then upgrade to Leopard, then call you and get you to send them another install disk because they lost theirs. So also, your app really should provide a good error message when launched on the wrong OS. And yeah, in retrospect, you'll probably end up wishing you made one app that worked on both, but for now, sure, go right ahead. Just figure out some kind of really clever way of doing version numbers. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com