site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com 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: what am I doing wrong? cu christian unger cu christian unger _______________________________________________ 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... This email sent to site_archiver@lists.apple.com /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?