Re: Welcome, Readme and License graphics in .mpkg on OS X 10.9 Mavericks
Re: Welcome, Readme and License graphics in .mpkg on OS X 10.9 Mavericks
- Subject: Re: Welcome, Readme and License graphics in .mpkg on OS X 10.9 Mavericks
- From: Nick Beadman <email@hidden>
- Date: Thu, 08 May 2014 10:03:53 -0700
On May 2, 2014, at 4:57 pm, Nick Beadman <email@hidden> 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
email@hidden (Mailing Lists only)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden