Re: Customising install order using InstallerSections.plist
Re: Customising install order using InstallerSections.plist
- Subject: Re: Customising install order using InstallerSections.plist
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 9 May 2008 00:31:07 +0200
On May 8, 2008, at 11:08 PM, Toby Blake wrote:
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)
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.
_______________________________________________
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