Jump to content

Microsoft Help Viewer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Helpkb (talk | contribs) at 09:48, 31 October 2009 (Microsoft have now settled on the name "MS Help Viewer". Contacts within the MS Help team assure me that this will be the final name (Famous last words).). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Microsoft Help Viewer 1.x is the offline help system (local help) developed by Microsoft that ships with Visual Studio 2010 and its associated MSDN Library.

Microsoft Help Viewer 1.x supersedes Microsoft Help 2 which is the help system used by Microsoft Visual Studio 2002/2003/2005/2008 and Office 2007.

This is a new product and does not use any of the old help 2 code base. During development it was referred to as MS Help 3.x. With the growing need for a general Unicode based help system, it has the potential of becoming the next general help system for Windows.

History

File Format

Help files has a ".mshc" (Microsoft Help Container) file extension and is simply a standard Zip file renamed. It contains no proprietary files, just the authors content files.

A compiler (Workshop) is not required. Instead help files are ripped (Indexed) at installation time.

Topics files are written in XHTML 1.x compatible HTML. Standard HTML Meta Tags are used to define various topic attributes including the Table of Contents (TOC), Visible Index and F1 Keyword list.

See also