I have a site which contains a set of HTMLs, linked to each other.
I want to deliver this in a windows executable, where all the files will be wrapped in to a .exe (or any other) file when clicked will render the index.html in a browser, and a user can view
the behaviour i am seeking for is something like the CHM files
http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help
whats the best way of making this ?