Thanks for your reply. I realize what the issue is now. Andrew To: "Andrew Peckover" <apeckover@pgmusic.com> Cc: "Installer-Dev mailing-list" <installer-dev@lists.apple.com> Sent: Friday, April 20, 2012 1:40 AM Subject: Re: Installing to user documents folder Assuming by OS 4, you mean Mac OS X 10.4 (Tiger), you have access to the domain installation options. You will need to make sure you're building a distribution. In the Distribution > Configuration pane, check the "User home directory" "Install Destination" option and uncheck the "Volume selected by user" option. Reminder: everything from this distribution will be installed in ~/… . Hi, I'm using PackageMaker 3.0.3, and am targetting OS 4 and higher. I'd like the best way to do this? Andrew _______________________________________________ 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 I have one package that I want to install on the volume selected by the user, and another that I want to install in the user's home directory. (In the same distribution). Does this require installing the files to a temporary folder and moving them with a script? ----- Original Message ----- From: "Stephane Sudre" <dev.iceberg@gmail.com> On Fri, Apr 20, 2012 at 2:10 AM, Andrew Peckover <apeckover@pgmusic.com> wrote: to install a package to the user's "Documents" or "Library" folder. What is