site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thanks Bob Ward _______________________________________________ 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... I am creating a Distribution Package on Leopard with only one sub- package. This needs to be installed on both Leopard and Tiger. For my one sub-package if the "Install:" path is set to be relative then I always lose the state of the "Allow Relocation" option under the component. I do not wish my installation to be relocatable and always clear this flag. Everything works fine as long as the "Install:" path is an absolute path. This however causes build issues since my build gets farmed out to different build machines and potentially different paths. Is there a solution for this issues using relative paths? can I use environment variables as part of the absolute path? copy the components to a known location ( ie /tmp )? other thoughts? This email sent to site_archiver@lists.apple.com