How To Package Microsoft Visual Studio Help Files | CodeGuru

How To Package Microsoft Visual Studio Help Files

When you purchase or download a commercial or open source .NET library, you expect it to feature an integrated help system. If you are considering the development of such a library, adding such an integrated help system shows that your product was created by a pro, and encourages other developers to continue working with your […]

Written By
CodeGuru Staff
CodeGuru Staff
Jun 11, 2011
1 minute read
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

When you purchase or download a commercial or open source .NET library, you expect it to feature an integrated help system. If you are considering the development of such a library, adding such an integrated help system shows that your product was created by a pro, and encourages other developers to continue working with your product.


In Visual Studio, help files are basically XHTML files that include specific meta tags which handle info consisting of the language the page was written in, where it fits in a table of contents, keywords and support for F keys.


A “book” of help pages is actually a compressed (zip) file that contains all the help pages along with an XHTML file that details the contents of the book. You will need admin access to install such a book, or you will need to include the compressed file and XHTML file into a signed CAB file.

CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.