site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Feb 23, 2008, at 3:56 PM, Eddy wrote: I'm looking for a PackageMaker plug-in that would show a panel after installation was complete that had a checkbox that said something like: [X] Show ReadMe When checked and the user clicks "Continue", it would open a URL that is specified during package creation (or the URL specified in a file included in the Resources folder). Has something like this already been written? This is pretty easy. _______________________________________________ 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... AFAIK, you just need to overwrite - (void)willExitPane: (InstallerSectionDirection)dir; and deal with the InstallerDirectionForward direction. This email sent to site_archiver@lists.apple.com