site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: AcYRcNjsF8TbOn1kEdqkwgADk5jCfg== Thread-topic: How to Install Plugin? User-agent: Microsoft-Entourage/11.2.1.051004 I posted a similar question a while ago and got no answer. I have even submitted a question to Apple dev support and they say that there is a bug so I submitted a bug report. Still no answer. If anyone knows more I'd love to hear how to do this... -doug on 1/4/06 2:45 PM, King Chung Huang at king.ml@shaw.ca wrote:
Hi,
I've been reading the Software Distribution doc on ADC and searching through this mailing list, but I can't seem to figure out how to locate an application so that I can install a plugin. I've added a TokenDefinitions.plist file in the installer package's Resources directory with the following:
<dict> <key>UserLocation</key> <array> <dict> <key>identifier</key> <string>com.apple.iWork.Keynote</string> <key>path</key> <string>/Applications/iWork/Keynote.app</string> <key>searchPlugin</key> <string>CommonAppSearch</string> </dict> </array> </dict>
In the package's Info.plist, I added an IFPkgPathMappingKey as follows:
<key>IFPkgPathMappings</key> <dict> <key>./Applications/iWork/Keynote.app</key> <string>{UserLocation}</string> </dict>
The default location is:
<key>IFPkgFlagDefaultLocation</key> <string>/Applications/iWork/Keynote.app</string>
But, Installer doesn't find Keynote and just installs into / Applications/iWork/Keynote.app whether that path exists or not. What am I missing?
Thanks,
King Chung Huang
_______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Doug Norton