site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com ls -la /Volumes/*/.VolumeIcon.icns On 08-07-10, at 05:50, Nethan Aryan wrote: ls -la /Volumes/*/.VolumeIcon.icns Philip Aker echo astwta@lvpc.dslh@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch. _______________________________________________ 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... In my installer plugIns, I want to know the installer path from where the installer got launched. Currently I am getting that using [NSBundle bundleForClass:[self class]]; But the problem is: in case user runs the installer from .dmg file, the installer.app copies my plugins into a /tmp folder and then loads them, which means I am not getting the pkg path from which customer has actually launched the pkg installer. Can you suggest a way to get the actual installer pkg path within a Plugin? I think you could iterate /Volumes/* for a known top-level filename. For instance this shell script shows all my volumes that have a custom icon: Given that you know the name of your plugin and most likely, the name of the installer pkg… This email sent to site_archiver@lists.apple.com