Re: Section ordering with installer plugins
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi All, _______________________________________________ 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... On Apr 24, 2008, at 10:48 PM, Dan Spirlock wrote: I was playing around with the installer plugin demo project and was wondering if there was a way to jump from the plugin bundle section directly to the final installer section that says you've successfully installed and gives you the quit button. Currently my InstallerSections.plist file looks like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SectionOrder</key> <array> <string>Introduction</string> <string>ReadMe</string> <string>License</string> <string>Registration.bundle</string> <string>Target</string> <string>PackageSelection</string> <string>Install</string> </array> </dict> </plist> So what happens is when the user has exited the last pane in the Registration.bundle plugin it goes to the Target section. Is there a way to keep the plugin in that order, but on exit bypass the remaining sections? I've looked at the installer plugin header files, but the methods like nextPane: and gotoNextPane: only seem to apply to panes within the plugin bundle itself, not the default installer sections. Any pointers or info would be great. Could it be possible to use a workaround such as using an InstallerPlugin with 2 panes. The second pane copying the UI of the successful Install pane, disabling the Next button and using a Quit button? This email sent to site_archiver@lists.apple.com
participants (1)
-
Stéphane Sudre