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=LzLf8KmWxmmApmSEnCVSoKnsvZH+vTMIurfrKG0ZwEg=; b=a15zFsjDHzaSg8pRr+ttH9DfUbNuHhuvq6thVKWcegbnL8xSMqk6dCSNtfO4vR17co sknVKsmWw/PtTFtizQ1uBbh91u5GXHS/5fkhZbURBeytBzoeujgHbxizpO+BsslSbkX9 /eGxKrMZoqUC2j8b8TenzNz4DOW0VopapC0vo= 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=QBl2m0la4pP/g14xCfhFh0W3RNuEMWedq7ieP6qsb5P79Cq7xgHLmzJc3GOHg7xnjL F7Bh9Gsb71lXEU8Fs2gyn2FevctLZxmvZZvpSlJE6A8TLdedLycDUFho6cE3rn0bPU6q xB3cbJhr5Z0sNL9B+tHZlmpxdzZiLKYkoz+Hg= On Feb 5, 2009, at 2:41 PM, Christian Unger wrote: Hi, creating my installer with the following command: and the following PackageData Layout: PackageData: Resources: en.lproj: Background.jpg License.txt ReadMe.txt Scripts: postflight preflight FlatPackage Editor: <pastedGraphic.png> 2 things to do: - Remove your .svn folders _______________________________________________ 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... /Developer/usr/bin/packagemaker --root /tmp/myProduct.dst --id de.company.myProduct --out /tmp/myProduct.pkg --version 12345 -- title myProduct Deployment --discard-forks --target 10.5 --verbose --scripts /PackageData/Scripts --resources /PackageData/Resources results in an installer which will run the specified scripts but doesn't show the Background, License nor the ReadMe, why? what am I doing wrong? - Check the contents of the 'Distribution' file. It might be possible the names for the UI attributes do not match the name of the files in the Resources folder. This email sent to site_archiver@lists.apple.com