Another issue in Installer.app
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version :content-transfer-encoding:message-id:content-type:to:from:subject :date:x-mailer; bh=3V6rgf2DNFR/zScD5uuB3H0Z3aLaFnUfLK3dW6aZGEE=; b=t3LDge5WjMsxPRRyqqhY5S8UysPo6p857FyrUegwFaAVHczd9LBfO3Cuxr7tlzn2W9 NqxWcHxc+WT2RzSfxXjNgGf5M1JF5qOFC5OtyZDa5GcQ0MycfUfjmxm953Kl2W5JX6uQ p87SwC1w88spNEQhJuva2AptXwQGVFeSZOsLI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-transfer-encoding:message-id:content-type:to :from:subject:date:x-mailer; b=I4OT+R29XP8n0EcDNe/2EhsrbQfp6cijBBpOOoGnMhQuAt8rPlbRRskj8kJhvdgwf7 4mJK+sCYqD4/P+juZxORycMLfBIPPrbh74fUNJpEkiHH/FeXfVK/xhFKFqVNFcp8GKF3 muigtcSRHiSz/uawbckHTxqZOFwv9FWUAOy1M= . This works fine with the 10.4 format (bundle distribution script): . This does work at all with 10.5 format (FLAT distribution script): Is this supposed to be possible? _______________________________________________ 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... . According to the Installer JavaScript Reference documentation, you can call an external script from Javascript code. . According to the documentation, the script can be put in the Resources folder. You can use a requirement (either choice, installation or volume) that reads like system.run('myscript.sh') with myscripts.sh being inside the Resources folder of the .mpkg. If you add the myscript.sh manually to the Resources folder, it won't get called and you will get dozens of warning in the Installer.app log. This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev