I've used VB2008EE to create a Windows Forms app which includes a Help form. The helpform contains a Treeview for navigation and a WebBrowser control which displays the relevant part of an HTML page containg the help information.
The app is intended to be used offline - so I need to include the HTML page file as part of the published app, and I need to be able to specify where this HTML file will be installed on the target computer so that the URI in my Helpform which loads the Help page will locate this file.
(I expect the HTML file should live in the directory pointed to by the: My.Computer.FileSystem.SpecialDirectories.CurrentUserApplicationData property)

I would appreciate advice on how to specify the Project settings and Publish Wizard etc. (& whatever else is necessary) in order to achieve the above.

TIA,
Chris.