• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using InstallerPlugins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using InstallerPlugins


  • Subject: Re: Using InstallerPlugins
  • From: Stéphane Sudre <email@hidden>
  • Date: Tue, 29 Nov 2005 08:54:29 +0100


On mardi, novembre 29, 2005, at 12:07 AM, Russ Seehafer wrote:

I am having a very hard time figuring out how to incorporate an InstallerPlugin created in Xcode into my distribution package. I may very well be missing something obvious but, for the life of me, I cannot figure it out. If anyone knows how to do this I would greatly appreciate a reply. Thank you,

If you already have built your plugin with XCode, you just need to copy the appropriate components in your (distribution) package.


o Put the Plugin in Contents/Plugins of the package

o Add an InstallerSections.plist file which defines the order of relations between the sections.

<usual plist header stuff before>
<array>
	<string>Introduction</string>
	<string>YourPlugin.bundle</string>
	<string>ReadMe</string>
	<string>License</string>
	<string>Target</string>
	<string>PackageSelection</string>
	<string>Install</string>
</array>
<usual plist footer stuff after>

My $0.02


_______________________________________________ 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
References: 
 >Using InstallerPlugins (From: Russ Seehafer <email@hidden>)

  • Prev by Date: Using InstallerPlugins
  • Next by Date: Re: Can I use "Check" programs, instead of scripts?
  • Previous by thread: Using InstallerPlugins
  • Next by thread: Required Packages in Distributions?
  • Index(es):
    • Date
    • Thread