Re: commandline Installer Creation doesn't honor Resources
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com I followed the step to remove the .svn dirs - to no avail. cu christian unger On 05.02.2009, at 22:04, Iceberg-Dev wrote: 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... But inside the distribution script I cannot find any references to any of y UI elements, anyone? /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
participants (1)
-
Christian Unger