Customising install order using InstallerSections.plist
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi there, My InstallerSections.plist file looks like this: <key>SectionOrder</key> <array> <string>Introduction</string> <string>ReadMe</string> <string>License</string> <string>TargetSelect</string> <string>PackageSelection</string> <string>Install</string> <string>myplugin.bundle</string> <string>Summary</string> </array> (I got these names from Installer.app/Contents/Plugins) And the running order of the pkg install is now: Introduction Read Me License Installation Type Installation myplugin Summary Destination Select Cheers Toby Blake School of Informatics University of Edinburgh -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ 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: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I suspect this may be a silly question, but I can't work out the answer... I have a pkg that I want to add an InstallerPlugin to - I've built my plugin, but am having trouble getting everything into the right place in the installer process using InstallerSections.plist. The problem is that I can't match up one of the Installer pane sections with the required entriy in InstallerSections.plist, with the result that it gets tacked on at the end, which isn't what I want. With the "Destination Select" being the problem. When the package is left to its own devices, i.e. with no InstallerSections.plist file, "Destination Select" comes after "License". How do I find the string needed to specify this in the plist file? I'm sure there must be an obvious answer to this, so apologies in advance if so. This email sent to site_archiver@lists.apple.com
participants (1)
-
Toby Blake