Customising install order using InstallerSections.plist
Customising install order using InstallerSections.plist
- Subject: Customising install order using InstallerSections.plist
- From: Toby Blake <email@hidden>
- Date: Thu, 8 May 2008 22:08:34 +0100
Hi there,
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.
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
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.
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden