On 29/03/2014 06:57, Stephane Sudre wrote: The latest intermediate build (here for 1.1.2) is available at: http://s.sudre.free.fr/files/Packages.pkg Only real limitation with intermediate builds is that the installation package at this URL is not "product signed" (the installed components are "codesigned"). On Fri, Mar 28, 2014 at 5:54 PM, Conor Schutzman <conor@mac.com> wrote: Until Packages is updated, your best solution is (assuming you are building a flat distribution package): * building the package in Packages * expanding it with pkgutil * manually editing the Distribution file * re-flattening it with pkgutil * distributing If you know your way around sed and such, it's not that hard to script it. On Mar 28, 2014, at 2:56 AM, James Pritchard <james@emnetsoftware.com> wrote: I'm creating a new distribution using Packages and would like to set the minimum operating system version to be 10.9. Previously using PackageMaker this was an editable field and easy to set but in Packages it's a drop down list box and the highest version available to me is 10.8. Does anyone know a way of changing this? I've tried uninstalling Packages and reinstalling in case it populates the field during install time but I still have the same list of OS versions available to me. _______________________________________________ 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/conor%40mac.com This email sent to conor@mac.com _______________________________________________ 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/dev.iceberg%40gmail.co... This email sent to dev.iceberg@gmail.com _______________________________________________ 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 Thanks for that Stephane. I didn't want to go down the route or rebuilding the source code myself or having to edit the package file manually for each build of each install I have to do. You've saved me a lot of time. Thanks once again and thanks for a great piece of software.