• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Section ordering with installer plugins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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"?>
<!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.

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

  • Follow-Ups:
    • Re: Section ordering with installer plugins
      • From: Stéphane Sudre <email@hidden>
  • Prev by Date: Re: Maximize button in installer window is disabled.
  • Next by Date: Re: Section ordering with installer plugins
  • Previous by thread: Re: Maximize button in installer window is disabled.
  • Next by thread: Re: Section ordering with installer plugins
  • Index(es):
    • Date
    • Thread