Re: Distribution package user options
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Hi Michael, Hope that helps, Luke On Aug 30, 2006, at 4:04 PM, Michael Wu wrote: Michael Wu _______________________________________________ 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/luke%40apple.com _______________________________________________ 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... So if I understand correctly, you have a UI plugin that you only want to run on the condition that the user has selected a certain choice for installation in the custom select panel? In the InstallerPlugins.framework, look at InstallerState.h -- it has everything you need. Your plugin will always load, but you can use the information from the InstallerState object to decided whether or not to run specific code in your plugin. After I add a custom pane into the distribution package, is there a way that I know the user did not select the sub-package on the distribution list other than I go look to see if my sub-package has been installed? The distribution package knows not to install the sub-package when the user not check the sub-package installer; however, my custom pane still shows and active. I want to skip my custom pane if my sub-package did not install. This email sent to luke@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Luke Bellandi