site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On 09/06/2005, at 16:56, Andy O'Meara wrote: -- rob.keniger ------ menumachine for adobe golive ------ build dynamic drop-down menus in seconds ------- http://www.menumachine.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 managed to isolate the issue to the fact that its related to the fact that one of the items my postflight moves has a resource fork. Sure enough, I read a bit and learn that cp on 10.3 doesn't do them (an is throwing the package exception that I'm seeing?). Fine, I say, I'll install CpMac to /tmp and use *that* to move my .bundle (that has the resource) to where it needs to go. Even more outrageously, when I now install it under 10.3 sometimes it errors out, and sometimes it's successful (my guess is that CpMac is erroring out in certain situations when the dest file already exists--I don't know what situations--its not documented). You should use ditto for copying files instead of cp because it supports resource forks back to at least 10.2. Are you logging using echo in your postflight script so you can tell what is going on? What does the installer log say? This email sent to site_archiver@lists.apple.com