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:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=lTJnT2NJPSCLBjtoKSNR57CJxCPkf0BespShj44domU=; b=tv7FggNfe6T+wXtScAM37wq9GAr76PX9fT1GM0XO2h7TzplyePOou6l4jVEt2ZuKRV XeK6YKsUkTpEii9VY9V4sBUmXgv4PWygAwU5hfZY9OV0YnJ0OW/DWqp13r8p+HpyEcTy ZnBJhm31Jt+aWB3sGVEOBf9+QzsWmydA4elso= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=BCWlYLGNS/iQRgPTj2JISTfji5K8oCXDbqgo4Fsn2EHgpZbSs4WVCS3oJWpGdEfCOB wkiGuVUX3c4Y2VPok0pXQaEA2FhSquptygBkDO2u0HnwkFKN200HiptH7TEXEKo2NyzT kaFLOotrAJyYbeRk4PoXG7+grEqLGwwe505o8= On Mar 2, 2009, at 9:23 AM, JongAm Park wrote: Hello. I set the component B's requirement like this. if : Choices choice : componentAchoice property : selected is : == true On Failure Selected : No, Start Selected: Unchanged Enabled : Unchanged. Start Enabled: Unchanged Hidden : Unchanged, Start Hidden : Unchanged The choice ID of the component A is componentAchoice. _______________________________________________ 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 would like to make a component B is to be installed when a component A is selected to be installed. Users can toggle whether to install the component A or not. So, whether to install the component B or not is determined. To me, the setting above looks right, but it doesn't work. Is there something wrong? What does the generated Javascript code look like in the distribution script? (You can use the FlatPackage editor or inspect the package with Pacifist depending on the OS version you target). This email sent to site_archiver@lists.apple.com