site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hello, I'm creating a package to install a component at: /Library/Audio/Plug-Ins/Components/MyComponent.component The component to be installed is at: staging/Library/Audio/Plug-Ins/Components/MyComponent.component The package is setup like: Install: staging/ Destination: / packagemaker --doc Installer.pmdoc --target 10.4 -o MyComponent.pkg Dominic Feira / Code Monkey / Ambrosia Software, Inc. -- http://www.AmbrosiaSW.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: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I have setup a pmdoc and run it via the command-line. The installer runs fine except that the permissions on the component are incorrect. Here is a dump of the ownership for the the resulting package. Library - root admin Audio - root admin Plug-Ins - root admin Components - root 501 (should be root admin) MyComponent.component - root 501 (should be root admin) Now for the bizarre part. It works fine on my co-workers machine. We haven't been able to figure out what could be different between our setups that could cause this. Does any body have any ideas? This email sent to site_archiver@lists.apple.com
participants (1)
-
Dominic Feira