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=l6JjWluZ8RsoCopbDNNXb4s7hU/Qc15z4IFIT6pGDsY=; b=yIGGNYKzozehF72Zl2bmXrUfbAcd7bJExbCFHVyGErDho/48gXVi13v822trwgvtlL nEzhRY2DCMBHXx1MCS5ctw29WdzoqYTdW35Qth1M3XTkM6iqsYsbCTTpIBoo+nG9nzRz 4i0vKxy41cQG/UrEKS3NscFcAr3vz5gtrYpKE= 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=s4YmsRjOUrDaoAYTgGWOPVARR/o8Ipd5OqLEt/13FbFwDOapCPzH8SrSVDXtu0yucw TUpkc21g9afUqgdrb4MUUOSPi624gownmKQw/y5zFsjIJKkF65WU5B2QJoX6+tZP/2YD l93GzpRc/9yUN1XWTUPQ5BB5isxFDtCON0lho= On Mar 27, 2009, at 5:21 AM, Dymyr Winicki wrote: [...] </choice> If there is an easier way of doing this I would like to know. _______________________________________________ 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... Theoretically Packages and Distributions can be made to upgrade and not just replace files however using PackageMaker from the gui I haven't yet been able to do this. With Packages I have using Iceberg. I have had trouble using Iceberg with metapackages with large number of files in the – With a simple mockup it upgrades and doesn't downgrade except with Leopard where it just replaces the files anyway. I have not seen any answer on the forum (either to my questions or to others) that have broached this – so I will post my answer in the hope it will help others. <choice id="choice1" title="btcc" Location="/Applications" selected="pm_choice1_selected()" enabled="false" start_enabled="false" > <pkg-ref id="com.edalive.btcc.pkg"/> This will select if the same or an upgrade but in all cases will not enable to be changed. I also changed customLocation to the keyword Location which means you cannot change the location of the install. With distribution scripts, you can tune more finely the behavior between upgrade, downgrade and so on of a choice. Have a look at the packageUgradeAction properties of the choice class. This email sent to site_archiver@lists.apple.com