Re: Creating Installer Package from Cocoa

2008-06-25 Thread Ryan Harter
could create the pkg manually and store it as a resource. When you want to write out the custom installer, write a copy of your pkg template to disk and then copy in your newly-created plist file. wp Sent from my iPhone On Jun 25, 2008, at 12:41 PM, Ryan Harter <[EMAIL PROTECTED]>

Re: Creating Installer Package from Cocoa

2008-06-25 Thread Ryan Harter
create a InstallerPackage with some custom pages and settings. Both is possible. I would like to help you Thomas Am 24.06.2008 um 01:17 schrieb Ryan Harter: Hey all- I have a helper program that essentially only needs to create a plist for a different gui-less program. This can be done

Creating Installer Package from Cocoa

2008-06-23 Thread Ryan Harter
Hey all- I have a helper program that essentially only needs to create a plist for a different gui-less program. This can be done manually, but I want a gui to aid users. What I would like, is for the user to open this setup program, set some custom strings and other preferences, and ha