Re: Multiple InstallerSections in one plugin
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Jan 5, 2008, at 3:59 PM, Mateusz Łapsa-Malawski wrote: Yes. AFAIK, no. One InstallerSection for multiple InstallerPanes. It depends on what you mean by automatically. If you mean from the PackageMaker UI: the answer is no. _______________________________________________ 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... Hello, Based on cocoa Installer Framework, I'm creating a Mac initial configuration assistant. There is lot's of information to be provided by user and this information should be entered sequentially, preferably Pane by Pane. So far I can create one Pane plugins and glue them all in one installer but maintaing it is... incovinient. I.e. I'm storing configuration in bundle as xml file and this information is used by multiple Panes. Is there a way to put six panes into one plugin? Preferably as a separate sections so user will see them in section list (left side of installer assistant). PS: Is there a way to automatically add a built plugin to the installer pkg? So far I'm still using Finder/unix cp to copy bundle after the build. If you mean from the PackageMaker command line tool: then you can write a script to do this. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre