Trying to get the proper 'title' to show in the body of the Installing Window
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: AclBCHLmWK+qZIrNAE2Bqy2JCpCZ3Q== Thread-topic: Trying to get the proper 'title' to show in the body of the Installing Window User-agent: Microsoft-Entourage/12.12.0.080729 Good morning all, When I run my installer, in the body of the Installing window, it says "Installing pkgbaseengine" which is a contraction of the directory where the source files are taken from in the creation of the installer, "pkg_base_engine". I am using the following command line to trigger packagemaker, and I thought the -t argument would override any part of the pathname when creating the name of the installer to be displayed in the installer window. # --- begin script BUILDVERSION=$1 /Developer/usr/bin/packagemaker -r /pkg_base_engine -o /pkg_scratch/engine.pkg -i com.emc.product -n ${BUILDVERSION} -t "Product Engine" -l /Applications/product/Engine -s /build_base/scripts/ -g 10.5 -h system -b # --- end script I hope I have phrased this well. I have pored over the man pages that I can find and have googled everything that I can think of to track this down. Thanks for any and all assistance. Regards, Steve O'Sullivan _______________________________________________ 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)
-
OSullivan, Steve