site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: AcepJJXF1D8QuBUXEdyCawAWy4XMvg== Thread-topic: Adding item to Dock User-agent: Microsoft-Entourage/11.3.3.061214 I've found and tried to follow other posts about adding items to the dock during install, The problem I am having is that the script I wrote does not work as a postflight but it does work when I run it directly from Terminal. I can tell that the package is running the script because I can see the dock refresh. The script is simply: #!/bin/sh defaults write com.apple.dock persistent-others -array-add '<dict><key>tile-data</key><dict><key>file-data</key><dict><key>_CFURLString </key><string>/Applications/test.txt</string><key>_CFURLStringType</key><int eger>0</integer></dict></dict></dict>' killall -HUP Dock exit 0 Thanks, Andy _______________________________________________ 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... This email sent to site_archiver@lists.apple.com