Section ordering with installer plugins
Section ordering with installer plugins
- Subject: Section ordering with installer plugins
- From: Dan Spirlock <email@hidden>
- Date: Thu, 24 Apr 2008 13:48:53 -0700
Hi All,
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"?> <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.
Thanks in advance, Dan |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden