Re: Conditionally destination for package
Hi Edward, On 03/18/2014 06:05 PM, Edward Spiegel wrote: Hi, One of the installers that I have to build installs an app plus a folder of supporting files. There are 3 possible destinations for the folder of supporting files and it is easy for me to detect the correct destination by checking for the location of a couple of folders in well-defined places. Since the payload is pretty large (a few hundred megabytes of audio files), I'd like to have only a single instance of the payload in the installer and to be able to have the installer put it in the right place. What I want to do is test for the presence of target folder A and if it is there deliver the payload there and go on to potential targets B and C if A is not present. Any suggestions about the best way to accomplish this? Matthias Best, Edward _______________________________________________ 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 What are you building your installer with? I just wanted to give a recipe that would work with Packages.app, but then I noticed that you don't mention what you use to build your package.
participants (1)
-
Matthias Schroeder