<hxreg>

Registers a Microsoft HTML Help 2.0 Collection.

Parameters

Attribute Type Description Required
alias string Alias. False
attrindex string Combined attribute index (.HxR) filename. False
collection string Collection (.HxC) filename. False
commandfile string Filename of a file containing HxReg commands. False
description string Description of the namespace. False
helpfile string Help (.HxS) filename. False
index string Index (.HxI) filename. False
language string Language ID. False
namespace string Help collection namespace. False
searchfile string Combined full-text search (.HxQ) filename. False
title string Title identifier. False
unregister bool Unregister a namespace, title, or alias. False
failonerror bool False
if bool False
timeout int False
unless bool False
verbose bool False

Framework-configurable parameters

Attribute Type Description Required
exename string False
useruntimeengine bool False

Nested Elements:

<arg>

</arg>

Examples

Register a help namespace.

<hxreg namespace="MyProduct.MyHelp" title="MyProductHelp" collection="MyHelp.HxC" helpfile="MyHelp.HxS"/>