Re: Welcome, Readme and License graphics in .mpkg on OS X 10.9 Mavericks
On May 2, 2014, at 4:57 pm, Nick Beadman <nick.beadman.lists@gmail.com> wrote:
Am I correct in that the only way to use rtfds is to build the final installer with a “dummy” file and then replace that filename (and file) and repackage the installer?
Just to document how I do this as I have not received any answers. If your distribution.xml file contains: <welcome file='Welcome-ReplaceMe.rtf' /> and Welcome-ReplaceMe.rtf exists in a .lproj folder inside Resources. Once the installer is built, but before you sign it with productsign expand the package: pkgutil --expand Installer.mpkg Installer.expanded change the Distribution file inside Installer.expanded to use: <welcome file='Welcome.rtfd' /> and delete the dummy Welcome-ReplaceMe.rtf and add Welcome.rftd. Finally repackage the installer: pkgutil --flatten Installer.expanded Installer.mpkg -- Nick Beadman nick.beadman.lists@gmail.com (Mailing Lists only) _______________________________________________ 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: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Nick Beadman