Re: InstallerSections.plist - Place an installer plugin behind the summary
On Tue, Feb 19, 2013 at 3:55 PM, Paul Grathwohl <p.grathwohl@steinberg.de> 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 (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre