Re: Modifying Installer wording
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:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=BN5gAuO8PbU/k4veRMDQWBEGUJRASM2I1atnsmjvLg4=; b=bXL/oEVpPxUbyDfkr04pzUrTQaIqfhph7W8xU+Ssi39bzzebGDTMoIS87CBgkn+WLp fzVBxHcZy8iwnzS9kuC7a99oB8wQcIykJJzQ9hzM9B4iGBN+87x3XHA+Ggr5YcsymJzm 0jxHZexT9C7bkK5uX8ZRpslwuYL7f9zn8CX00= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=j+NA5eYGUqUvvPkcbQo4Wy4Vc7m3TNpxC7cJWYZYcLRCCmCBv/aD1xlvNJVJiBHxZQ 323PtGnfJzHqMGHYofuZkYi9W9AjNDvya6yNmMV9U5c+zScno8GOtwtzQzIEaeHJUImR +CMJQp8YIwWhuorRO+lGyXPZxqz9r+xXaywQ8= On Wed, Jan 12, 2011 at 4:31 PM, Matt Gough <mgough@humyo.com> wrote:
I realise this is probably a long shot, but here goes:
I have a request from one of our overseas distributors to change one of the strings used by the Installer app. For some reason, they want to change the equivalent of "Software License Agreement" on the License panel with something different.
This string is declared in Licence.bundle as:
"PageTitle" = "Software License Agreement";
I have scoured the various documentation and although its easy to provide your own license text, actually changing what the installer displays for this string does not seem possible.
So my questions are:
1. Is there an easy way to do this?
No
2. If the answer to 1 is no, then is there a hard way to do this? I am guessing maybe doing my own plugin for the license page, but that seems a heck of a lot of work for a simple string change.
It's actually not too difficult. You just need to modify and build the EULA plugin available here: http://s.sudre.free.fr/Stuff/Installer/Installer_Plugins/index.html and display the EULA with it instead of the default method. _______________________________________________ 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)
-
Stephane Sudre