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:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:subject :mime-version:date:references:x-mailer; bh=664LXtmD6/jFmKZeggeHUeXNEQ2I0TjHsnHANWbrgI0=; b=XFrIwCz/F9lI4c3+12sAQ2PTLtVXtE5MUCcIfolueY/mYWQFGM4MC/E9Rk/ZI41R0O Xk1r2k4pN4T0ox9U+8uuZtkUNgATv/4KeQwuur9rKDzyBLoILLyPq7nZt2SyUR/DFITr scO6E9h1fRjikd+5TBAx0tqpWNilG4hLWYIVQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:subject:mime-version:date:references :x-mailer; b=nFE/4mbpSJkjWF2wXa4PkPPoNm8hBBVtir3ZCPM4u57qqpgthYxX1OBeUlDbACLk0p 4aBzBnlwqdkYXZ0DN6NTRvflZCJPGifnvkvRQY6P/UpFkAyYFTFmkNl1PR7u5WM1FV+i X7T/XdPh3wPuQ1VQMGBE0ZGfIpGQ127iKbx8Q= On Mar 3, 2009, at 11:11 AM, Kevin Hoyt wrote: Hi, I have two packages that are behaving differently. I'm using Package Maker 3.0.1 (172). Targeting Mac OS 10.4. Do I really have to reset them in my post install/upgrade script? I really hope not... Kevin, Eli _______________________________________________ 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 used PM to set the permissions on the files so both packages to have the same permissions on the Contents pane. I have also made sure the files in my package source directory are what I want them to be after install. I have removed my files, including the receipts. After installation one of the packages has the expected permissions. The other one does not. Any idea why they would be different and how I can force them to be what I want? First, are you sure the permissions are correct in your package (including on all the container folders, like /Application or whereever your files get installed). Second, and this is what got me as well, is that building using the PackageMaker GUI, it does a verification/fix step that helpfully 'fixes' permissions to what it thinks they should be (which wasn't correct for the files I was installing in /Library/LaunchDaemons). To work around the GUI build problem, someone on this list helpfully told me that I needed to build the package from the command line, with permissions verification turned off, like this: /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/ PackageMaker --no-recommend <more options here> This email sent to site_archiver@lists.apple.com