Our software is installed on our users' machines/servers.
I should have proofread my own question to clarify the below!
The potential issue is that, when discussing this project, to
me there seemed to be two options for satisfying the request:
1) make the help conditional and compile for the necessary
version as needed.
2) Somehow make a pseudo-context sensitive help file that
would use the link to the program to know which program is calling
it and display the relevant title page. At this point, the only
real difference between the two versions we'll have is the title
page, so the rest of the help doesn't need to be context-sensitive,
as it were.
In discussion, however, neither option seemed popular with
the dev person - essentially, it seemed to me that he wants a
single help file that knows which program is calling it without
needing to link to it. I.e., it doesn't sound like he wants us
producing multiple versions of the help file, yet he also didn't
seem keen on us linking to the programs.
My guess is that this scenario is not possible, so I'm trying
to figure out what the best alternate is going to be.