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:x-priority:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; bh=6iYvfaGkAO79UtlxHeYyNnVDOaE6cMnLAn23B5sODMs=; b=TFTh9k2xhwjyDpvdieOZzj+mJ9b4AkBXoA12q8BspdcHfFT120axF85FhM77AyVC99 kfH1F6omR2odNR3wK5oeCnRh1t8ctNBED8xJXSS4P3c+fmWwGF1p6tm2mGWJh76scXXr wMMIGRREt9Rixdlohe7737lyY1xQeR9WPRWmw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:x-priority:content-type :message-id:cc:content-transfer-encoding:from:subject:date:to :x-mailer; b=f9Yvj5ydEc4xLCyXfojt4m+M2xTBE2Il1lPI9me1n5Aws+0XVGKpBDNi2/WmOTFKJT 6er1W6ncDLTeprszm8r56Zdi2bN94k2RPVXm5mnerRbxx4dvgMfvTn00h7rIS4ppVauy Wq3QoZ5AI/B3sTP4jbPNMuM2DbjG2Ha/vHUns= On May 3, 2009, at 3:41 AM, Andrew Peckover wrote: Hi, _______________________________________________ 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 have a number of installers that install files to the same folder. The problem is, each install I do DELETES all of the files installed by the previous installer!! I think this is because they all install files to the same folder. I can't change that part of it. If I delete the receipt from the previous install, the problem doesn't occur. So, can I prevent receipts from being created at all? I can't believe that an installer would automatically delete files from a user's computer, with no option to prevent it... Well, it would if it thought that this was the same package you're installing and some files had been obsoleted. This will happen for instance if you use the same bundle identifier for all your packages. This email sent to site_archiver@lists.apple.com