Re: Prevent receipts from getting written??
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:from:to:in-reply-to:subject :x-priority:references:message-id:content-type :content-transfer-encoding:mime-version:date:cc:x-mailer; bh=phPchik+w5EKGmxJU6dqLsBBEL6qURWm7+fpDgEQrxc=; b=pz/BdJmtgTURmQn5vVzUXP4ymHPm35glrHdNSuHW7T4l0qx9wqrhkNNOeRbSeeFmC8 eG0ZM5FTLvPO2VgTWfUAZ0ZxOtvRUxy2jHnKcav6osWTf1J8uMJB/LKjg6cAH+py9fLC 0/SaKuZGouEqEmeDjjMxT39aWQdTmyxYEIDSM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:in-reply-to:subject:x-priority:references:message-id :content-type:content-transfer-encoding:mime-version:date:cc :x-mailer; b=Oi/j9bmP3HqEZM0n2MgIE1l7d5jmjhspcVckUh+WkRF3OwmDXKC9CJ/uVEvlRKltrP 1/tcXq55Gb2o/8Ov9407aNT+UIr5MufltGEK5Lby3g8HfK5TnFVC6myKTIYRNuLZu0aW hHRWwUwOh1CntE7hiJWKgKYjKoPtL7gT6/sD4= On May 2, 2009, at 6:41 PM, Andrew Peckover wrote: Erasing receipts is a big no-no. -- Karl Kuehn larkost@softhome.net _______________________________________________ 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... My guess is that all of these installers have the same "Package Identifier". I got stung with this when a couple of packages (in different mpg's) had the same identifier. It though that one was an upgrade of the other, and so cleaned out the "old" files for me. If you use full reverse-dns names for each package, and make sure that you can never have name collisions, that should take care of that problem for you. This email sent to site_archiver@lists.apple.com
participants (1)
-
Karl Kuehn