site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thanks, Dave --- In English, every word can be verbed. _______________________________________________ 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've got an installer with a postflight script that performs some needed actions after the install is done. Our client wants the installer to open the user's default browser to a registration page on their website when the installation is complete, so I added a "open http://www.foo.com" to the end of the script. However, I've discovered that since the script is running as root, open launches root's default browser (Safari), not the default browser of the real user (e.g. FireFox). What is the best way to fix this? Is there a better way to get the real users browser open, or is there a way I can get the rest of my script to run without elevated privileges (I know how to do that in C, I just can't figure out the right incantation in a shell script)? This email sent to site_archiver@lists.apple.com