site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com #!/bin/sh mv /InstalledFiles ${HOME}/directory exit 0 _______________________________________________ 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 need to install a folder of files into the user's Home directory. There doesn't seem to be a way to do this without writing a script. Am I correct about this? I am currently attempting to achieve this with a script. I have made an installer that installs the folder of files on the user's hard drive and then uses the following simple postflight script to move the files to the proper directory inside user's Home directory. The script: When I build and run the installer, the installer says it cannot run this script. However, if I run the script from the Terminal, the script executes properly. Is there something wrong with the Script? Should I install into the user's Home directory via some other way? This email sent to site_archiver@lists.apple.com