Re: Installation progress messages
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:received:received:mime-version:in-reply-to :references:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=oayHhzz9jROGTvahvP1nECJIGTorQEdI5sCrv0uNFL8=; b=aVQJjXDlNz5YIlguKHuILohL+6964x2yYB+tx7/1qH4+OC5ef2YTBaxdo8tgnL5PoB 7BTsMPFxUk1bK/0qnTjRt4uVotBZjSmOOH0tsR2kk213AE/KjCxm1vYqXrSumpUV3O0D 2mvzFrc0VEL2HXSIhmBL8SPomoLf+3IswVrdU= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=v0Lv9dPaVpt4ilLaMoqYGfJG6pEq/tnt+/FqEM3VeEo3FMiuwcaWFrGYGMtX+HunLb IxyMNZ7nhwHKJhULK9gGLDgmkv2vFufid7Bdt3aDmR5TO8RIRadFo+BxJfPJ380sR7SB JmrO9dwqJ/Vewvo3ffnWxnfUPzsEm6im7JyWU= On Jul 17, 2009, at 10:08 PM, Bill Coderre wrote: My $0.02 _______________________________________________ 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... For bundle packages, and flat distribution archives, inside each package is a bunch of language lprojs, and in there is a file called Description.plist. The key "IFPkgDescriptionTitle" is displayed by the installer. As far as I know, there is no Description.plist file for flat packages because the localized title is defined by the description script and the Localized.strings file. Just out of curiosity, I tried adding a localized Description.plist file to a flat packages. As far as I can tell, it's not taken into account by Installer.app. I haven't tried to verify if the localized choice title is used during the installation but it would make no sense considering that a leaf choice can contains multiple packages. Anyway, it wouldn't change the whole string, just the part after "Installing" because the template string is "Installing %@" as it looks like to be defined in /System/Library/PrivateFrameworks/ Install.framework/Versions/A/Resources/English.lproj/ StatusStrings.strings On Jul 17, 2009, at 11:46 AM, Kevin Brock wrote: I'm looking for ways to customize the installation progress messages--the "Installing xxx" messages that show up during actual package installation. The default is to use the last part of the package identifier. This isn't always what we want, and it'd be great if we could change the whole message in some cases. For example we have a scripts-only target which should probably say something like "Preparing for installation", rather than "Installing pre-install" I didn't run across anything in the official documents, but then that's often the case, even for things which are doable. I'd really appreciate any suggestions on this. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev