Re: Section ordering with installer plugins
Re: Section ordering with installer plugins
- Subject: Re: Section ordering with installer plugins
- From: Stéphane Sudre <email@hidden>
- Date: Sun, 27 Apr 2008 20:10:38 +0200
On Apr 24, 2008, at 10:48 PM, Dan Spirlock wrote:
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"?>
<!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?
_______________________________________________
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