site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: AcbAWdexFgHhmyxNEduJoAAWy8yhdA== Thread-topic: Installing x11 User-agent: Microsoft-Entourage/11.2.5.060620 Are any samples available? I'm not sure how to do this and would love to examine something that already does something similar. 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?
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.
- 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
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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Walter