site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.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... This email sent to site_archiver@lists.apple.com
I don't think it can directly, but your preflight/postflight could
use curl to download the payload, then install from within the same script.
I was told in an earlier discussion that script failure is not supported in preflight script, so if a download can fail - which it can - this is not a supported technique for getting your files. Can your program run without the download and then you provide an interface or instructions for getting the download from your application? In your installation check you can require that the download has already happened and provide an error message instructing the user to go do that first.