Re: Reading and writing PMSP file
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi Andy, Check out /Developer/Tools/packagemaker or "man packagemaker" Best, Luke On Dec 21, 2005, at 9:35 AM, Andy Cedilnik wrote: Hi Luke, Andy Luke Bellandi wrote: Hi Andy, What specifically are you trying to accomplish? - Luke On Dec 21, 2005, at 9:20 AM, Andy Cedilnik wrote: Hi, So, please let me know if you have any more information. Thank you. -- Andy Cedilnik Kitware Inc. _______________________________________________ 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... It's Apple's command line interface to packagemaker. It's probably better (and easier) for you to write scripts to interface with that than to try to match our .psmp format. Our package file format is not public (and therefore is subject to change), while our command line interface is public and will remain backwards compatible. I am trying to generate PMSP files. For example, I want to automate the process of creating releases without somebody having to run the GUI. I am trying to read and write the PMSP file produced by PackageMaker. Looking into it, you can see it is a binary file and somewhere close to the beginning is a string: typedstream. I found some information about typedstream, but the most promising is the code in GNU Objective C. That said, before I go and rip a bunch of code out of gcc, is there any simple explanation on the PMSP file format? I figured out all strings have length prepended, but there is much more that is changing. Also, (question for the apple guys) is there a problem with reverse engineering pmsp file? Will it change anytime soon? Andy _______________________________________________ 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/luke% 40apple.com This email sent to luke@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Luke Bellandi