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> Silly question too: What does happen if you change "TargetSelect" to "Target"? _______________________________________________ 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... On May 8, 2008, at 11:08 PM, Toby Blake wrote: 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. (I got these names from Installer.app/Contents/Plugins)
From what I'm seeing on my Tiger system, if I use "TargetSelect", Installer.app stalls in the "Preparing installation" step after displaying some incorrect information and skipping the Installation Type step. This email sent to site_archiver@lists.apple.com