Re: Including links on PackageMaker screens
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=kHPslK43omYSSATU+tSxBRXOCs3UGiJA5N7POaaxdFQ=; b=AwBUtpn0CuCzcODXx6OS3QAdk8IzGQDL5JS+BCsHZcTvmJUtPf2HKdHf8smLwMLEia 3lXbOUXaBeyaVzcei0q+uNdu5UUSsKuAD9ZKVoqpfAZHuEr6dzIJsfmUmM0qSJ9oHdBF OAww4givEj0xT4wlR6k/7PBIZtTfac18xyNjc= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RnwSZawzWjrhdpaLebCG3jInA3+0nmZvfoDl5kswPRoGedM7X4oq2QFc9t0nQkq2TK m+0WNf9eSapWHco8FL0stmMZGwWahxatNf9DHooH70IxsOBuUk/YRFlby+hI5JYVQ78f V7qLUEWcbgGbp6M4Xb+xDFoc6cYPBcBnbUQX4= That's fantastic news, Bill -- don't know how I missed it! So the html can include all the standard stuff, like image links and all that? Thanks very much. -Adam On Thu, Jan 29, 2009 at 1:08 PM, Bill Coderre <bc@apple.com> wrote:
On Jan 29, 2009, at 12:54 PM, Adam Fisk wrote:
I just cam across an installer that includes links to external pages that open in a browser. How do you do that? I've tried straight href with no success in an external text file for, say, the welcome and conclusion screens.
Welcome and Conclusion files can be rtf or html files.
For html files, you do the standard <a href="http://blah">this is a link</a>.
For RTF files, in Leopard TextEdit, you can select a bit of text and then under Format>Text>Link... you can add a URL. TextEdit does all the dirty work, thank goodness.
Yes, the option is hard to find.
-- Adam Fisk http://www.littleshoot.org read my blog at: http://adamfisk.wordpress.com follow me at: http://twitter.com/adamfisk _______________________________________________ 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)
-
Adam Fisk