We are trying to crate a wrapper installer that will run a PKG/MPKG that we place into /private/tmp directory. /private/tmp/installer.pkg Using Packages, first question - should we select Distribution or Raw format? Do we select Flat or Bundle? OK, with that out of the way, what is the "post-install" script syntax needed to run the PKG that we placed into /private/tmp directory? Does this look right? Or is there some other syntax needed? #!/bin/sh # # installer -pkg /private/tmp/installer.pkg -target $3 # # exit 0 Thanks, Don _______________________________________________ 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: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com