Setup:
Visual Studio 2010
HelpStudio 2011.1.57.0
I can compile my help for the Microsoft Help Viewer and it installs correctly locally. But the list of items in my Table Of Contents appear at the top level of the Help Viewer. For example, if my Table of Contents has three top level items like this...
Item1
Item2
Item3
Then the Help Viewer shows a top level of this...
Visual Studio 2010
Win23 and COM Developer
Item1
Item2
Item3
Microsoft Help System Documentation
In practice I want the Item1, Item2 and Item3 inside a single top level node. Like this...
Visual Studio 2010
Win23 and COM Developer
ProductName
Microsoft Help System Documentation
...where ProductName is expanded to show Item1, Item2 and Item3. I cannot add a Table Of Contents item that then contains all the others because I use the same project to also generate Help 2.X output. The Help 2.X output is fine and automatically has a top level node with the ProductName. Is it possiblet o have the Help Viewer output do the same thing?