Re: InstallerSections.plist - Place an installer plugin behind the summary
Re: InstallerSections.plist - Place an installer plugin behind the summary
- Subject: Re: InstallerSections.plist - Place an installer plugin behind the summary
- From: Stephane Sudre <email@hidden>
- Date: Tue, 19 Feb 2013 16:56:46 +0100
On Tue, Feb 19, 2013 at 3:55 PM, Paul Grathwohl
<email@hidden> wrote:
> Hello,
>
> is it possible to place an installer plugin behind the "Summary" section of
> the installer (i.e. at the very end)?
> If I try to do that in the InstallerSections.plist, my plugin will
> nevertheless appear directly after the installation step and _before_ the
> summary.
>
> I tried with this InstallerSections.plist:
>
> <key>SectionOrder</key>
> <array>
> <string>Introduction</string>
> <string>ReadMe</string>
> <string>License</string>
> <string>Target</string>
> <string>PackageSelection</string>
> <string>Install</string>
> <string>FinishUp</string>
> <string>MyPlugin.bundle</string>
> </array>
>
> The behaviour I saw is the same for Flat and Bundle Packages. I tested with
> 10.7.5.
Since the Summary step can invite the user to logout, shutdown or
restart the computer, it could make no sense to have a button with
such an action and then not perform this action.
Maybe there's another solution for what you are trying to achieve. So
what are you trying to do?
_______________________________________________
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