I am trying to add my new HTML Help file to the Delphi 10 Seattle. This requires registering your own menu item, according to the documentation:
Third-Party Help Menu Item (Delphi)
The only thing I am missing is how to determine the installation directory of the component package at runtime (or design/register time actually), so that I can define the Path\to\your\local\help\file in practice. My help files will be installed relative to the .bpl files so I would just need to find that path.
What I can figure out is that I should probably use the ToolsAPI IOTAPackageServices interface maybe?