site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On mardi, août 15, 2006, at 12:59 PM, Walter wrote: What is the proper way to check for X11? Walter On 8/14/06 12:34 PM, "Luke Bellandi" <luke@apple.com> wrote: On Aug 12, 2006, at 6:58 AM, Walter wrote: Hi, My app requires the user to install X11 from the OSX install disks. Is there something I can include in my installer so the user is not required to find their install disks? Can I include X11 in my installer? If yes, how? - Luke Walter _______________________________________________ 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/luke%40apple.com _______________________________________________ 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... Maybe the easiest way is to use an InstallationCheck, first look for the availability of the X11/R6 stuff in /something, then you could look for the existence of X11 in /Applications but since it has been moved, this may be more tricky and require a secondary tool using LaunchServices API to locate the X11 application. -- Stephane Sudre Are any samples available? I'm not sure how to do this and would love to examine something that already does something similar. Apple makes this available separately from the install discs. You can put in a requirement check that will prevent your software from being installed if X11 is not installed on the system. In your error message, you can redirect the user to Apple's web-page to download the X11 package (http://www.apple.com/downloads/macosx/apple/x11formacosx.html ). Tell them to install that, then to install your software. This email sent to luke@apple.com _______________________________________________ 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/ ssudre2%40wanadoo.fr This email sent to ssudre2@wanadoo.fr ----------------------------------------------------------------------- ---------------- Orange vous informe que cet e-mail a ete controle par l'anti-virus mail. Aucun virus connu a ce jour par nos services n'a ete detecte. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre