Re: Customising install order using InstallerSections.plist
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com 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"?
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.
Fantastic - this seems to be the answer - many thanks for that. Cheers Toby -- 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 got these names from Installer.app/Contents/Plugins) This email sent to site_archiver@lists.apple.com
participants (1)
-
Toby Blake